color codes Logo

#00248c color codes

#00248C
(0,36,140)
0 Favorites   0 Comments

Color spaces of #00248c

RGB 036140
HSL0.621.000.27
HSV225°100°55°
CMYK 1.000.740.00   0.45
XYZ5.36453.155225.1372
Yxy3.15520.15940.0937
Hunter Lab17.762922.8231-71.4704
CIE-Lab20.655033.7975-59.4935

#00248c color RGB value is (0,36,140).

#00248c hex color red value is 0, green value is 36 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #00248c hue: 0.62 , saturation: 1.00 and the lightness value of 00248c is 0.27.

The process color (four color CMYK) of #00248c color code is 1.00, 0.74, 0.00, 0.45. Web safe color of #00248c is #003399. Color #00248c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100100 10001100
Octal 0 44 214
Decimal 0 36 140
Hex 0 24 8C

RGB Percentages of Color #00248c

%0.00
%20.45
%79.55

CMYK Percentages of Color #00248c

%100
%74
%0
%45

Triadic Colors of #00248c

#00248c #8c0024 #248c00

Analogous Colors of #00248c

#00248c #22008c #006a8c

Monochromatic Colors of #00248c

#00248c

Complementary Color

#00248c #8c6800

#00248c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00248c Color Preview on White Background

Lorem ipsum dolor sit amet.

#00248c Color CSS Codes

.mybgcolor {background-color:#00248c; } 
.myforecolor {color:#00248c; }
.mybordercolor {border:3px solid #00248c; }

#00248c Text Font Color

<p style="color:#00248c">Text here</p>

This sample text font color is #00248c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00248c Background Color

<div style="background-color:#00248c">
Div content here</div>

This div background color is #00248c


#00248c Border Color

<div style="border:3px solid #00248c">
Div here</div>

This div border color is #00248c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,36,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00248c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00248c;
  -webkit-box-shadow: 1px 1px 3px 2px #00248c;
  box-shadow:         1px 1px 3px 2px #00248c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,36,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00248c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00248c;
  -webkit-box-shadow: 1px 1px 3px 2px #00248c;
  box-shadow:         1px 1px 3px 2px #00248c;">
Div content here</div>

This div box has shadow with color #00248c

#00248c Color Palettes


Comments

No comments written yet.

Please login to write comment.