#02528E

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

Shades of Dark Cerulean #02528E

Tints of Dark Cerulean #02528E

Color information

#02528E (or 0x02528E) is unknown color: approx Dark Cerulean. HEX triplet: 02, 52 and 8E. RGB value is (2,82,142). Sum of RGB (Red+Green+Blue) = 2+82+142=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #02528E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02528E is #FDAD71. Grayscale: #404040. Windows color (decimal): -16625010 or 9327106. OLE color: 9327106.

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

Color convert

RGB282142-
CMYK0.990.4200.44
HSL205.71º97.22%28.24%-
HSV(B)205.71º98.59%55.69%-
XYZ7.92826.72-
YUV64.92171.583.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 142 (55.86% from 255) = 62.83%
R=0.88%
G=36.28%
B=62.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2821420.990.4200.44205.7197.2228.24
Hex2528E632A02Cce611c
Octal21222161435205431614134
Binary101010010100011101100011101010010110011001110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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