Html Css Color HEX #02418A Dark Cerulean

📋 copy color: '#02418A'

red 2 ◦ green 65 ◦ blue 138

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

Shades of Dark Cerulean #02418A

Tints of Dark Cerulean #02418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 67.32%

R = 0.98%
G = 31.71%
B = 67.32%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#02418A (or 0x02418A) is known color: Dark Cerulean. HEX triplet: 02, 41 and 8A. RGB value is (2,65,138). Sum of RGB (Red+Green+Blue) = 2+65+138=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 138 (54.30% from 255 or 67.32% from 205); Max value from RGB is 138 - color contains mainly: blue. Hex color #02418A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02418A is #FDBE75. Grayscale: #363636. Windows color (decimal): -16629366 or 9060610. OLE color: 9060610.

HSL color Cylindrical-coordinate representation of color #02418A: hue angle of 212.21º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02418A is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 65 138 -
CMYK 0.99 0.53 0 0.46
HSL 212.21º 0.97% 0.27% -
HSV(B) 212.21º 0.99% 0.54% -
XYZ 6.5 5.63 24.79 -
YUV 54.49 175.13 90.56 -
System Red Green Blue C M Y K H S L
Decimal 2 65 138 0.99 0.53 0 0.46 212.21 0.97 0.27
Hex 2 41 8A 63 35 0 2E D4 61 1B
Octal 2 101 212 143 65 0 56 324 141 33
Binary 10 1000001 10001010 1100011 110101 0 101110 11010100 1100001 11011

Color Harmonies of #02418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02418A

Black with #02418A

Text Example


Text Example

White with #02418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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