#02518C

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

Shades of Dark Cerulean #02518C

Tints of Dark Cerulean #02518C

Color information

#02518C (or 0x02518C) is unknown color: approx Dark Cerulean. HEX triplet: 02, 51 and 8C. RGB value is (2,81,140). Sum of RGB (Red+Green+Blue) = 2+81+140=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #02518C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02518C is #FDAE73. Grayscale: #3F3F3F. Windows color (decimal): -16625268 or 9195778. OLE color: 9195778.

HSL color Cylindrical-coordinate representation of color #02518C: hue angle of 205.65º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02518C is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB281140-
CMYK0.990.4200.45
HSL205.65º97.18%27.84%-
HSV(B)205.65º98.57%54.9%-
XYZ7.77.7925.91-
YUV64.1170.8383.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 140 (55.08% from 255) = 62.78%
R=0.90%
G=36.32%
B=62.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2811400.990.4200.45205.6597.1827.84
Hex2518C632A02Dce611c
Octal21212141435205531614134
Binary101010001100011001100011101010010110111001110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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