#025E97

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

Shades of Cerulean #025E97

Tints of Cerulean #025E97

Color information

#025E97 (or 0x025E97) is unknown color: approx Cerulean. HEX triplet: 02, 5E and 97. RGB value is (2,94,151). Sum of RGB (Red+Green+Blue) = 2+94+151=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #025E97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025E97 is #FDA168. Grayscale: #484848. Windows color (decimal): -16621929 or 9920002. OLE color: 9920002.

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

Color convert

RGB294151-
CMYK0.990.3800.41
HSL202.95º97.39%30%-
HSV(B)202.95º98.68%59.22%-
XYZ9.6110.2530.75-
YUV72.99172.0277.37-

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.06%
BLUE value IS 151 (59.38% from 255) = 61.13%
R=0.81%
G=38.06%
B=61.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2941510.990.3800.41202.9597.3930
Hex25E976326029cb611e
Octal21362271434605131314136
Binary101011110100101111100011100110010100111001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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