#02518E

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

Shades of Dark Cerulean #02518E

Tints of Dark Cerulean #02518E

Color information

#02518E (or 0x02518E) is unknown color: approx Dark Cerulean. HEX triplet: 02, 51 and 8E. RGB value is (2,81,142). Sum of RGB (Red+Green+Blue) = 2+81+142=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #02518E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02518E is #FDAE71. Grayscale: #404040. Windows color (decimal): -16625266 or 9326850. OLE color: 9326850.

HSL color Cylindrical-coordinate representation of color #02518E: hue angle of 206.14º 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 #02518E is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB281142-
CMYK0.990.4300.44
HSL206.14º97.22%28.24%-
HSV(B)206.14º98.59%55.69%-
XYZ7.857.8526.69-
YUV64.33171.8383.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 81 (32.03% from 255) = 36%
BLUE value IS 142 (55.86% from 255) = 63.11%
R=0.89%
G=36%
B=63.11%

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
Decimal2811420.990.4300.44206.1497.2228.24
Hex2518E632B02Cce611c
Octal21212161435305431614134
Binary101010001100011101100011101011010110011001110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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