Html Css Color HEX #02418E Dark Cerulean

📋 copy color: '#02418E'

red 2 ◦ green 65 ◦ blue 142

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

Shades of Dark Cerulean #02418E

Tints of Dark Cerulean #02418E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.1%

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

R = 0.96%
G = 31.1%
B = 67.94%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02418E (or 0x02418E) is known color: Dark Cerulean. HEX triplet: 02, 41 and 8E. RGB value is (2,65,142). Sum of RGB (Red+Green+Blue) = 2+65+142=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #02418E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02418E is #FDBE71. Grayscale: #363636. Windows color (decimal): -16629362 or 9322754. OLE color: 9322754.

HSL color Cylindrical-coordinate representation of color #02418E: hue angle of 213º 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 #02418E is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 65 142 -
CMYK 0.99 0.54 0 0.44
HSL 213º 0.97% 0.28% -
HSV(B) 213º 0.99% 0.56% -
XYZ 6.8 5.75 26.34 -
YUV 54.94 177.13 90.24 -
System Red Green Blue C M Y K H S L
Decimal 2 65 142 0.99 0.54 0 0.44 213 0.97 0.28
Hex 2 41 8E 63 36 0 2C D5 61 1C
Octal 2 101 216 143 66 0 54 325 141 34
Binary 10 1000001 10001110 1100011 110110 0 101100 11010101 1100001 11100

Color Harmonies of #02418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02418E

Black with #02418E

Text Example


Text Example

White with #02418E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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