#025A85

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

Shades of Dark Cerulean #025A85

Tints of Dark Cerulean #025A85

Color information

#025A85 (or 0x025A85) is unknown color: approx Dark Cerulean. HEX triplet: 02, 5A and 85. RGB value is (2,90,133). Sum of RGB (Red+Green+Blue) = 2+90+133=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #025A85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025A85 is #FDA57A. Grayscale: #444444. Windows color (decimal): -16622971 or 8739330. OLE color: 8739330.

HSL color Cylindrical-coordinate representation of color #025A85: hue angle of 199.69º 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 #025A85 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB290133-
CMYK0.980.3200.48
HSL199.69º97.04%26.47%-
HSV(B)199.69º98.5%52.16%-
XYZ7.919.0223.51-
YUV68.59164.3580.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 133 (52.34% from 255) = 59.11%
R=0.89%
G=40%
B=59.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2901330.980.3200.48199.6997.0426.47
Hex25A856220030c8611a
Octal21322051424006031014132
Binary101011010100001011100010100000011000011001000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025A85; }

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

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

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

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

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

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

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

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