#02466B

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

Shades of Dark Cerulean #02466B

Tints of Dark Cerulean #02466B

Color information

#02466B (or 0x02466B) is unknown color: approx Dark Cerulean. HEX triplet: 02, 46 and 6B. RGB value is (2,70,107). Sum of RGB (Red+Green+Blue) = 2+70+107=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #02466B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02466B is #FDB994. Grayscale: #353535. Windows color (decimal): -16628117 or 7030274. OLE color: 7030274.

HSL color Cylindrical-coordinate representation of color #02466B: hue angle of 201.14º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02466B is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB270107-
CMYK0.980.3500.58
HSL201.14º96.33%21.37%-
HSV(B)201.14º98.13%41.96%-
XYZ4.875.4514.71-
YUV53.89157.9790.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 70 (27.73% from 255) = 39.11%
BLUE value IS 107 (42.19% from 255) = 59.78%
R=1.12%
G=39.11%
B=59.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2701070.980.3500.58201.1496.3321.37
Hex2466B622303Ac96015
Octal21061531424307231114025
Binary10100011011010111100010100011011101011001001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02466B; }

 p { color: rgb(2,70,107); }

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

<style>
 a { background-color: #02466B; }

 a { background-color: rgb(2,70,107); }

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

<style>
 span { border-color: #02466B; }

 span { border-color: rgb(2,70,107); }

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