#025B90

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

Shades of Dark Cerulean #025B90

Tints of Dark Cerulean #025B90

Color information

#025B90 (or 0x025B90) is unknown color: approx Dark Cerulean. HEX triplet: 02, 5B and 90. RGB value is (2,91,144). Sum of RGB (Red+Green+Blue) = 2+91+144=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #025B90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025B90 is #FDA46F. Grayscale: #464646. Windows color (decimal): -16622704 or 9460482. OLE color: 9460482.

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

Color convert

RGB291144-
CMYK0.990.3700.44
HSL202.39º97.26%28.63%-
HSV(B)202.39º98.61%56.47%-
XYZ8.89.5127.76-
YUV70.43169.5179.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 91 (35.94% from 255) = 38.40%
BLUE value IS 144 (56.64% from 255) = 60.76%
R=0.84%
G=38.40%
B=60.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2911440.990.3700.44202.3997.2628.63
Hex25B90632502Cca611d
Octal21332201434505431214135
Binary101011011100100001100011100101010110011001010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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