#02416F

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

Shades of Dark Cerulean #02416F

Tints of Dark Cerulean #02416F

Color information

#02416F (or 0x02416F) is unknown color: approx Dark Cerulean. HEX triplet: 02, 41 and 6F. RGB value is (2,65,111). Sum of RGB (Red+Green+Blue) = 2+65+111=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #02416F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02416F is #FDBE90. Grayscale: #333333. Windows color (decimal): -16629393 or 7291138. OLE color: 7291138.

HSL color Cylindrical-coordinate representation of color #02416F: hue angle of 205.32º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02416F is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB265111-
CMYK0.980.4100.56
HSL205.32º96.46%22.16%-
HSV(B)205.32º98.2%43.53%-
XYZ4.784.9415.74-
YUV51.41161.6392.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 111 (43.75% from 255) = 62.36%
R=1.12%
G=36.52%
B=62.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2651110.980.4100.56205.3296.4622.16
Hex2416F6229038cd6016
Octal21011571425107031514026
Binary10100000111011111100010101001011100011001101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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