#025985

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

Shades of Dark Cerulean #025985

Tints of Dark Cerulean #025985

Color information

#025985 (or 0x025985) is unknown color: approx Dark Cerulean. HEX triplet: 02, 59 and 85. RGB value is (2,89,133). Sum of RGB (Red+Green+Blue) = 2+89+133=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #025985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025985 is #FDA67A. Grayscale: #434343. Windows color (decimal): -16623227 or 8739074. OLE color: 8739074.

HSL color Cylindrical-coordinate representation of color #025985: hue angle of 200.15º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025985 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB289133-
CMYK0.980.3300.48
HSL200.15º97.04%26.47%-
HSV(B)200.15º98.5%52.16%-
XYZ7.838.8523.49-
YUV68164.6880.92-

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.73%
BLUE value IS 133 (52.34% from 255) = 59.38%
R=0.89%
G=39.73%
B=59.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2891330.980.3300.48200.1597.0426.47
Hex259856221030c8611a
Octal21312051424106031014132
Binary101011001100001011100010100001011000011001000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025985; }

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

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

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

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

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

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

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

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