Html Css Color HEX #02418F Dark Cerulean

📋 copy color: '#02418F'

red 2 ◦ green 65 ◦ blue 143

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

Shades of Dark Cerulean #02418F

Tints of Dark Cerulean #02418F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 68.1%

R = 0.95%
G = 30.95%
B = 68.1%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02418F (or 0x02418F) is known color: Dark Cerulean. HEX triplet: 02, 41 and 8F. RGB value is (2,65,143). Sum of RGB (Red+Green+Blue) = 2+65+143=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 143 (56.25% from 255 or 68.10% from 210); Max value from RGB is 143 - color contains mainly: blue. Hex color #02418F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02418F is #FDBE70. Grayscale: #363636. Windows color (decimal): -16629361 or 9388290. OLE color: 9388290.

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

Color convert

RGB 2 65 143 -
CMYK 0.99 0.55 0 0.44
HSL 213.19º 0.97% 0.28% -
HSV(B) 213.19º 0.99% 0.56% -
XYZ 6.87 5.78 26.74 -
YUV 55.06 177.63 90.16 -
System Red Green Blue C M Y K H S L
Decimal 2 65 143 0.99 0.55 0 0.44 213.19 0.97 0.28
Hex 2 41 8F 63 37 0 2C D5 61 1C
Octal 2 101 217 143 67 0 54 325 141 34
Binary 10 1000001 10001111 1100011 110111 0 101100 11010101 1100001 11100

Color Harmonies of #02418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02418F

Black with #02418F

Text Example


Text Example

White with #02418F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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