#025490

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

Shades of Dark Cerulean #025490

Tints of Dark Cerulean #025490

Color information

#025490 (or 0x025490) is unknown color: approx Dark Cerulean. HEX triplet: 02, 54 and 90. RGB value is (2,84,144). Sum of RGB (Red+Green+Blue) = 2+84+144=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #025490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025490 is #FDAB6F. Grayscale: #424242. Windows color (decimal): -16624496 or 9458690. OLE color: 9458690.

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

Color convert

RGB284144-
CMYK0.990.4200.44
HSL205.35º97.26%28.63%-
HSV(B)205.35º98.61%56.47%-
XYZ8.238.3727.57-
YUV66.32171.8382.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 84 (33.20% from 255) = 36.52%
BLUE value IS 144 (56.64% from 255) = 62.61%
R=0.87%
G=36.52%
B=62.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2841440.990.4200.44205.3597.2628.63
Hex25490632A02Ccd611d
Octal21242201435205431514135
Binary101010100100100001100011101010010110011001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025490; }

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

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

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

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

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

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

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

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