#02528D

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

Shades of Dark Cerulean #02528D

Tints of Dark Cerulean #02528D

Color information

#02528D (or 0x02528D) is unknown color: approx Dark Cerulean. HEX triplet: 02, 52 and 8D. RGB value is (2,82,141). Sum of RGB (Red+Green+Blue) = 2+82+141=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 141 (55.47% from 255 or 62.67% from 225); Max value from RGB is 141 - color contains mainly: blue. Hex color #02528D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02528D is #FDAD72. Grayscale: #404040. Windows color (decimal): -16625011 or 9261570. OLE color: 9261570.

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

Color convert

RGB282141-
CMYK0.990.4200.45
HSL205.47º97.2%28.04%-
HSV(B)205.47º98.58%55.29%-
XYZ7.857.9726.32-
YUV64.8117183.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 82 (32.42% from 255) = 36.44%
BLUE value IS 141 (55.47% from 255) = 62.67%
R=0.89%
G=36.44%
B=62.67%

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
Decimal2821410.990.4200.45205.4797.228.04
Hex2528D632A02Dcd611c
Octal21222151435205531514134
Binary101010010100011011100011101010010110111001101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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