#025986

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

Shades of Dark Cerulean #025986

Tints of Dark Cerulean #025986

Color information

#025986 (or 0x025986) is unknown color: approx Dark Cerulean. HEX triplet: 02, 59 and 86. RGB value is (2,89,134). Sum of RGB (Red+Green+Blue) = 2+89+134=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #025986 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025986 is #FDA679. Grayscale: #434343. Windows color (decimal): -16623226 or 8804610. OLE color: 8804610.

HSL color Cylindrical-coordinate representation of color #025986: hue angle of 200.45º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025986 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB289134-
CMYK0.990.3400.47
HSL200.45º97.06%26.67%-
HSV(B)200.45º98.51%52.55%-
XYZ7.98.8823.85-
YUV68.12165.1880.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 134 (52.73% from 255) = 59.56%
R=0.89%
G=39.56%
B=59.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2891340.990.3400.47200.4597.0626.67
Hex25986632202Fc8611b
Octal21312061434205731014133
Binary101011001100001101100011100010010111111001000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025986; }

 p { color: rgb(2,89,134); }

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

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

 a { background-color: rgb(2,89,134); }

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

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

 span { border-color: rgb(2,89,134); }

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