Html Css Color HEX #02417E Dark Cerulean

📋 copy color: '#02417E'

red 2 ◦ green 65 ◦ blue 126

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

Shades of Dark Cerulean #02417E

Tints of Dark Cerulean #02417E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 65.28%

R = 1.04%
G = 33.68%
B = 65.28%

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

#02417E (or 0x02417E) is known color: Dark Cerulean. HEX triplet: 02, 41 and 7E. RGB value is (2,65,126). Sum of RGB (Red+Green+Blue) = 2+65+126=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 126 (49.61% from 255 or 65.28% from 193); Max value from RGB is 126 - color contains mainly: blue. Hex color #02417E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02417E is #FDBE81. Grayscale: #343434. Windows color (decimal): -16629378 or 8274178. OLE color: 8274178.

HSL color Cylindrical-coordinate representation of color #02417E: hue angle of 209.52º 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 #02417E is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 65 126 -
CMYK 0.98 0.48 0 0.51
HSL 209.52º 0.97% 0.25% -
HSV(B) 209.52º 0.98% 0.49% -
XYZ 5.68 5.3 20.46 -
YUV 53.12 169.13 91.54 -
System Red Green Blue C M Y K H S L
Decimal 2 65 126 0.98 0.48 0 0.51 209.52 0.97 0.25
Hex 2 41 7E 62 30 0 33 D2 61 19
Octal 2 101 176 142 60 0 63 322 141 31
Binary 10 1000001 1111110 1100010 110000 0 110011 11010010 1100001 11001

Color Harmonies of #02417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02417E

Black with #02417E

Text Example


Text Example

White with #02417E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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