#02518D

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

Shades of Dark Cerulean #02518D

Tints of Dark Cerulean #02518D

Color information

#02518D (or 0x02518D) is unknown color: approx Dark Cerulean. HEX triplet: 02, 51 and 8D. RGB value is (2,81,141). Sum of RGB (Red+Green+Blue) = 2+81+141=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #02518D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02518D is #FDAE72. Grayscale: #3F3F3F. Windows color (decimal): -16625267 or 9261314. OLE color: 9261314.

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

Color convert

RGB281141-
CMYK0.990.4300.45
HSL205.9º97.2%28.04%-
HSV(B)205.9º98.58%55.29%-
XYZ7.787.8226.3-
YUV64.22171.3383.62-

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.16%
BLUE value IS 141 (55.47% from 255) = 62.95%
R=0.89%
G=36.16%
B=62.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2811410.990.4300.45205.997.228.04
Hex2518D632B02Dce611c
Octal21212151435305531614134
Binary101010001100011011100011101011010110111001110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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