#02518F

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

Shades of Dark Cerulean #02518F

Tints of Dark Cerulean #02518F

Color information

#02518F (or 0x02518F) is unknown color: approx Dark Cerulean. HEX triplet: 02, 51 and 8F. RGB value is (2,81,143). Sum of RGB (Red+Green+Blue) = 2+81+143=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 143 (56.25% from 255 or 63.27% from 226); Max value from RGB is 143 - color contains mainly: blue. Hex color #02518F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02518F is #FDAE70. Grayscale: #404040. Windows color (decimal): -16625265 or 9392386. OLE color: 9392386.

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

Color convert

RGB281143-
CMYK0.990.4300.44
HSL206.38º97.24%28.43%-
HSV(B)206.38º98.6%56.08%-
XYZ7.937.8827.09-
YUV64.45172.3383.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 81 (32.03% from 255) = 35.84%
BLUE value IS 143 (56.25% from 255) = 63.27%
R=0.88%
G=35.84%
B=63.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2811430.990.4300.44206.3897.2428.43
Hex2518F632B02Cce611c
Octal21212171435305431614134
Binary101010001100011111100011101011010110011001110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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