Html Css Color HEX #02417D Dark Cerulean

📋 copy color: '#02417D'

red 2 ◦ green 65 ◦ blue 125

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

Shades of Dark Cerulean #02417D

Tints of Dark Cerulean #02417D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 65.1%

R = 1.04%
G = 33.85%
B = 65.1%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02417D (or 0x02417D) is known color: Dark Cerulean. HEX triplet: 02, 41 and 7D. RGB value is (2,65,125). Sum of RGB (Red+Green+Blue) = 2+65+125=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #02417D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02417D is #FDBE82. Grayscale: #343434. Windows color (decimal): -16629379 or 8208642. OLE color: 8208642.

HSL color Cylindrical-coordinate representation of color #02417D: hue angle of 209.27º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02417D is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 65 125 -
CMYK 0.98 0.48 0 0.51
HSL 209.27º 0.97% 0.25% -
HSV(B) 209.27º 0.98% 0.49% -
XYZ 5.62 5.27 20.12 -
YUV 53 168.63 91.62 -
System Red Green Blue C M Y K H S L
Decimal 2 65 125 0.98 0.48 0 0.51 209.27 0.97 0.25
Hex 2 41 7D 62 30 0 33 D1 61 19
Octal 2 101 175 142 60 0 63 321 141 31
Binary 10 1000001 1111101 1100010 110000 0 110011 11010001 1100001 11001

Color Harmonies of #02417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02417D

Black with #02417D

Text Example


Text Example

White with #02417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02417D; }

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

 H1.HeaderClassName
 {
   color: #02417D;
 }
 .AnyTagClassName
 {
   color: #02417D;
 }
</style>

background-color css

<style>
 a { background-color: #02417D; }

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

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

border-color css

<style>
 span { border-color: #02417D; }

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

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