#025895

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

Shades of Dark Cerulean #025895

Tints of Dark Cerulean #025895

Color information

#025895 (or 0x025895) is unknown color: approx Dark Cerulean. HEX triplet: 02, 58 and 95. RGB value is (2,88,149). Sum of RGB (Red+Green+Blue) = 2+88+149=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #025895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025895 is #FDA76A. Grayscale: #444444. Windows color (decimal): -16623467 or 9787394. OLE color: 9787394.

HSL color Cylindrical-coordinate representation of color #025895: hue angle of 204.9º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025895 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB288149-
CMYK0.990.4100.42
HSL204.9º97.35%29.61%-
HSV(B)204.9º98.66%58.43%-
XYZ8.949.1629.73-
YUV69.24173.0180.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 149 (58.59% from 255) = 62.34%
R=0.84%
G=36.82%
B=62.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2881490.990.4100.42204.997.3529.61
Hex25895632902Acd611e
Octal21302251435105231514136
Binary101011000100101011100011101001010101011001101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025895; }

 p { color: rgb(2,88,149); }

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

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

 a { background-color: rgb(2,88,149); }

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

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

 span { border-color: rgb(2,88,149); }

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