#02417C

Color #02417C Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #02417C

Tints of Dark Cerulean #02417C

Color information

#02417C (or 0x02417C) is unknown color: approx Dark Cerulean. HEX triplet: 02, 41 and 7C. RGB value is (2,65,124). Sum of RGB (Red+Green+Blue) = 2+65+124=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #02417C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02417C is #FDBE83. Grayscale: #343434. Windows color (decimal): -16629380 or 8143106. OLE color: 8143106.

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

Color convert

RGB265124-
CMYK0.980.4800.51
HSL209.02º96.83%24.71%-
HSV(B)209.02º98.39%48.63%-
XYZ5.555.2519.79-
YUV52.89168.1391.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 124 (48.83% from 255) = 64.92%
R=1.05%
G=34.03%
B=64.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2651240.980.4800.51209.0296.8324.71
Hex2417C6230033d16119
Octal21011741426006332114131
Binary10100000111111001100010110000011001111010001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02417C;
 }
 .AnyTagClassName
 {
   color: #02417C;
 }
</style>
background-color css

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

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

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

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

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

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