#025D95

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

Shades of Dark Cerulean #025D95

Tints of Dark Cerulean #025D95

Color information

#025D95 (or 0x025D95) is unknown color: approx Dark Cerulean. HEX triplet: 02, 5D and 95. RGB value is (2,93,149). Sum of RGB (Red+Green+Blue) = 2+93+149=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #025D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025D95 is #FDA26A. Grayscale: #474747. Windows color (decimal): -16622187 or 9788674. OLE color: 9788674.

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

Color convert

RGB293149-
CMYK0.990.3800.42
HSL202.86º97.35%29.61%-
HSV(B)202.86º98.66%58.43%-
XYZ9.3610.0129.87-
YUV72.18171.3577.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 93 (36.72% from 255) = 38.11%
BLUE value IS 149 (58.59% from 255) = 61.07%
R=0.82%
G=38.11%
B=61.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2931490.990.3800.42202.8697.3529.61
Hex25D95632602Acb611e
Octal21352251434605231314136
Binary101011101100101011100011100110010101011001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025D95; }

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

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

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

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

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

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

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

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