#02517B

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

Shades of Dark Cerulean #02517B

Tints of Dark Cerulean #02517B

Color information

#02517B (or 0x02517B) is unknown color: approx Dark Cerulean. HEX triplet: 02, 51 and 7B. RGB value is (2,81,123). Sum of RGB (Red+Green+Blue) = 2+81+123=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #02517B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02517B is #FDAE84. Grayscale: #3D3D3D. Windows color (decimal): -16625285 or 8081666. OLE color: 8081666.

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

Color convert

RGB281123-
CMYK0.980.3400.52
HSL200.83º96.8%24.51%-
HSV(B)200.83º98.37%48.24%-
XYZ6.547.3319.81-
YUV62.17162.3385.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 123 (48.44% from 255) = 59.71%
R=0.97%
G=39.32%
B=59.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2811230.980.3400.52200.8396.824.51
Hex2517B6222034c96119
Octal21211731424206431114131
Binary10101000111110111100010100010011010011001001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,81,123); }

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

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

 a { background-color: rgb(2,81,123); }

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

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

 span { border-color: rgb(2,81,123); }

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