#025190

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

Shades of Dark Cerulean #025190

Tints of Dark Cerulean #025190

Color information

#025190 (or 0x025190) is unknown color: approx Dark Cerulean. HEX triplet: 02, 51 and 90. RGB value is (2,81,144). Sum of RGB (Red+Green+Blue) = 2+81+144=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #025190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025190 is #FDAE6F. Grayscale: #404040. Windows color (decimal): -16625264 or 9457922. OLE color: 9457922.

HSL color Cylindrical-coordinate representation of color #025190: hue angle of 206.62º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025190 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB281144-
CMYK0.990.4400.44
HSL206.62º97.26%28.63%-
HSV(B)206.62º98.61%56.47%-
XYZ87.9127.49-
YUV64.56172.8383.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 81 (32.03% from 255) = 35.68%
BLUE value IS 144 (56.64% from 255) = 63.44%
R=0.88%
G=35.68%
B=63.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2811440.990.4400.44206.6297.2628.63
Hex25190632C02Ccf611d
Octal21212201435405431714135
Binary101010001100100001100011101100010110011001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025190; }

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

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

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

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

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

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

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

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