#025891

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

Shades of Dark Cerulean #025891

Tints of Dark Cerulean #025891

Color information

#025891 (or 0x025891) is unknown color: approx Dark Cerulean. HEX triplet: 02, 58 and 91. RGB value is (2,88,145). Sum of RGB (Red+Green+Blue) = 2+88+145=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #025891 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025891 is #FDA76E. Grayscale: #444444. Windows color (decimal): -16623471 or 9525250. OLE color: 9525250.

HSL color Cylindrical-coordinate representation of color #025891: hue angle of 203.92º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025891 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB288145-
CMYK0.990.3900.43
HSL203.92º97.28%28.82%-
HSV(B)203.92º98.62%56.86%-
XYZ8.639.0428.08-
YUV68.78171.0180.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 88 (34.77% from 255) = 37.45%
BLUE value IS 145 (57.03% from 255) = 61.70%
R=0.85%
G=37.45%
B=61.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2881450.990.3900.43203.9297.2828.82
Hex25891632702Bcc611d
Octal21302211434705331414135
Binary101011000100100011100011100111010101111001100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025891; }

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

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

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

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

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

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

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

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