#025E95

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

Shades of Cerulean #025E95

Tints of Cerulean #025E95

Color information

#025E95 (or 0x025E95) is unknown color: approx Cerulean. HEX triplet: 02, 5E and 95. RGB value is (2,94,149). Sum of RGB (Red+Green+Blue) = 2+94+149=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #025E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025E95 is #FDA16A. Grayscale: #484848. Windows color (decimal): -16621931 or 9788930. OLE color: 9788930.

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

Color convert

RGB294149-
CMYK0.990.3700.42
HSL202.45º97.35%29.61%-
HSV(B)202.45º98.66%58.43%-
XYZ9.4510.1929.9-
YUV72.76171.0277.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 94 (37.11% from 255) = 38.37%
BLUE value IS 149 (58.59% from 255) = 60.82%
R=0.82%
G=38.37%
B=60.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2941490.990.3700.42202.4597.3529.61
Hex25E95632502Aca611e
Octal21362251434505231214136
Binary101011110100101011100011100101010101011001010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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