#025180

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

Shades of Dark Cerulean #025180

Tints of Dark Cerulean #025180

Color information

#025180 (or 0x025180) is unknown color: approx Dark Cerulean. HEX triplet: 02, 51 and 80. RGB value is (2,81,128). Sum of RGB (Red+Green+Blue) = 2+81+128=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 128 (50.39% from 255 or 60.66% from 211); Max value from RGB is 128 - color contains mainly: blue. Hex color #025180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025180 is #FDAE7F. Grayscale: #3E3E3E. Windows color (decimal): -16625280 or 8409346. OLE color: 8409346.

HSL color Cylindrical-coordinate representation of color #025180: hue angle of 202.38º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025180 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB281128-
CMYK0.980.3700.50
HSL202.38º96.92%25.49%-
HSV(B)202.38º98.44%50.2%-
XYZ6.867.4621.5-
YUV62.74164.8384.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 81 (32.03% from 255) = 38.39%
BLUE value IS 128 (50.39% from 255) = 60.66%
R=0.95%
G=38.39%
B=60.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2811280.980.3700.50202.3896.9225.49
Hex251806225032ca6119
Octal21212001424506231214131
Binary101010001100000001100010100101011001011001010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025180; }

 p { color: rgb(2,81,128); }

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

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

 a { background-color: rgb(2,81,128); }

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

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

 span { border-color: rgb(2,81,128); }

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