#025E96

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

Shades of Cerulean #025E96

Tints of Cerulean #025E96

Color information

#025E96 (or 0x025E96) is unknown color: approx Cerulean. HEX triplet: 02, 5E and 96. RGB value is (2,94,150). Sum of RGB (Red+Green+Blue) = 2+94+150=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #025E96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025E96 is #FDA169. Grayscale: #484848. Windows color (decimal): -16621930 or 9854466. OLE color: 9854466.

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

Color convert

RGB294150-
CMYK0.990.3700.41
HSL202.7º97.37%29.8%-
HSV(B)202.7º98.67%58.82%-
XYZ9.5310.2230.32-
YUV72.88171.5277.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 94 (37.11% from 255) = 38.21%
BLUE value IS 150 (58.98% from 255) = 60.98%
R=0.81%
G=38.21%
B=60.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2941500.990.3700.41202.797.3729.8
Hex25E966325029cb611e
Octal21362261434505131314136
Binary101011110100101101100011100101010100111001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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