#025288

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

Shades of Dark Cerulean #025288

Tints of Dark Cerulean #025288

Color information

#025288 (or 0x025288) is unknown color: approx Dark Cerulean. HEX triplet: 02, 52 and 88. RGB value is (2,82,136). Sum of RGB (Red+Green+Blue) = 2+82+136=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #025288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025288 is #FDAD77. Grayscale: #3F3F3F. Windows color (decimal): -16625016 or 8933890. OLE color: 8933890.

HSL color Cylindrical-coordinate representation of color #025288: hue angle of 204.18º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025288 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB282136-
CMYK0.990.4000.47
HSL204.18º97.1%27.06%-
HSV(B)204.18º98.53%53.33%-
XYZ7.497.8324.41-
YUV64.24168.583.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 136 (53.52% from 255) = 61.82%
R=0.91%
G=37.27%
B=61.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2821360.990.4000.47204.1897.127.06
Hex25288632802Fcc611b
Octal21222101435005731414133
Binary101010010100010001100011101000010111111001100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025288; }

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

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

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

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

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

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

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

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