Html Css Color HEX #02438E Dark Cerulean

📋 copy color: '#02438E'

red 2 ◦ green 67 ◦ blue 142

#02438E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #02438E

Tints of Dark Cerulean #02438E

RGB

 RED value IS 2 (1.17% from 255) = 0.95%

 GREEN value IS 67 (26.56% from 255) = 31.75%

 BLUE value IS 142 (55.86% from 255) = 67.3%

R = 0.95%
G = 31.75%
B = 67.3%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#02438E (or 0x02438E) is known color: Dark Cerulean. HEX triplet: 02, 43 and 8E. RGB value is (2,67,142). Sum of RGB (Red+Green+Blue) = 2+67+142=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 142 (55.86% from 255 or 67.30% from 211); Max value from RGB is 142 - color contains mainly: blue. Hex color #02438E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02438E is #FDBC71. Grayscale: #373737. Windows color (decimal): -16628850 or 9323266. OLE color: 9323266.

HSL color Cylindrical-coordinate representation of color #02438E: hue angle of 212.14º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02438E is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 67 142 -
CMYK 0.99 0.53 0 0.44
HSL 212.14º 0.97% 0.28% -
HSV(B) 212.14º 0.99% 0.56% -
XYZ 6.91 5.98 26.38 -
YUV 56.12 176.47 89.4 -
System Red Green Blue C M Y K H S L
Decimal 2 67 142 0.99 0.53 0 0.44 212.14 0.97 0.28
Hex 2 43 8E 63 35 0 2C D4 61 1C
Octal 2 103 216 143 65 0 54 324 141 34
Binary 10 1000011 10001110 1100011 110101 0 101100 11010100 1100001 11100

Color Harmonies of #02438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02438E

Black with #02438E

Text Example


Text Example

White with #02438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02438E; }

 p { color: rgb(2,67,142); }

 H1.HeaderClassName
 {
   color: #02438E;
 }
 .AnyTagClassName
 {
   color: #02438E;
 }
</style>

background-color css

<style>
 a { background-color: #02438E; }

 a { background-color: rgb(2,67,142); }

 div.DivClassName
 {
   background-color: #02438E;
 }
 .BgClassName
 {
   background-color: #02438E;
 }
</style>

border-color css

<style>
 span { border-color: #02438E; }

 span { border-color: rgb(2,67,142); }

 td.TdClassName
 {
   border-color: #02438E;
 }
 .TagClassName
 {
   border-color: #02438E;
 }
</style>