#025690

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

Shades of Dark Cerulean #025690

Tints of Dark Cerulean #025690

Color information

#025690 (or 0x025690) is unknown color: approx Dark Cerulean. HEX triplet: 02, 56 and 90. RGB value is (2,86,144). Sum of RGB (Red+Green+Blue) = 2+86+144=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #025690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025690 is #FDA96F. Grayscale: #434343. Windows color (decimal): -16623984 or 9459202. OLE color: 9459202.

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

Color convert

RGB286144-
CMYK0.990.4000.44
HSL204.51º97.26%28.63%-
HSV(B)204.51º98.61%56.47%-
XYZ8.398.6827.62-
YUV67.5171.1781.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 86 (33.98% from 255) = 37.07%
BLUE value IS 144 (56.64% from 255) = 62.07%
R=0.86%
G=37.07%
B=62.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2861440.990.4000.44204.5197.2628.63
Hex25690632802Ccd611d
Octal21262201435005431514135
Binary101010110100100001100011101000010110011001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025690; }

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

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

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

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

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

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

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

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