#025595

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

Shades of Dark Cerulean #025595

Tints of Dark Cerulean #025595

Color information

#025595 (or 0x025595) is unknown color: approx Dark Cerulean. HEX triplet: 02, 55 and 95. RGB value is (2,85,149). Sum of RGB (Red+Green+Blue) = 2+85+149=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #025595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025595 is #FDAA6A. Grayscale: #434343. Windows color (decimal): -16624235 or 9786626. OLE color: 9786626.

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

Color convert

RGB285149-
CMYK0.990.4300.42
HSL206.12º97.35%29.61%-
HSV(B)206.12º98.66%58.43%-
XYZ8.78.6829.65-
YUV67.4817481.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 149 (58.59% from 255) = 63.14%
R=0.85%
G=36.02%
B=63.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2851490.990.4300.42206.1297.3529.61
Hex25595632B02Ace611e
Octal21252251435305231614136
Binary101010101100101011100011101011010101011001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025595; }

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

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

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

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

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

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

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

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