Shades of Dark Cerulean #025D90
Tints of Dark Cerulean #025D90
RGB
CMYK
RGB Variations
Color information
#025D90 (or 0x025D90) is known color: Dark Cerulean. HEX triplet: 02, 5D and 90. RGB value is (2,93,144). Sum of RGB (Red+Green+Blue) = 2+93+144=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #025D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025D90 is #FDA26F. Grayscale: #474747. Windows color (decimal): -16622192 or 9460994. OLE color: 9460994.
HSL color Cylindrical-coordinate representation of color #025D90: hue angle of 201.55º 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 #025D90 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 93 | 144 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.44 |
| HSL | 201.55º | 0.97% | 0.29% | - |
| HSV(B) | 201.55º | 0.99% | 0.56% | - |
| XYZ | 8.97 | 9.86 | 27.81 | - |
| YUV | 71.61 | 168.85 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 93 | 144 | 0.99 | 0.35 | 0 | 0.44 | 201.55 | 0.97 | 0.29 |
| Hex | 2 | 5D | 90 | 63 | 23 | 0 | 2C | CA | 61 | 1D |
| Octal | 2 | 135 | 220 | 143 | 43 | 0 | 54 | 312 | 141 | 35 |
| Binary | 10 | 1011101 | 10010000 | 1100011 | 100011 | 0 | 101100 | 11001010 | 1100001 | 11101 |
Color Harmonies of #025D90
Complementary color
Monochromatic Colors of #025D90
Black with #025D90
Text Example
Text Example
White with #025D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025D90; }
p { color: rgb(2,93,144); }
H1.HeaderClassName
{
color: #025D90;
}
.AnyTagClassName
{
color: #025D90;
}
</style>
background-color css
<style>
a { background-color: #025D90; }
a { background-color: rgb(2,93,144); }
div.DivClassName
{
background-color: #025D90;
}
.BgClassName
{
background-color: #025D90;
}
</style>
border-color css
<style>
span { border-color: #025D90; }
span { border-color: rgb(2,93,144); }
td.TdClassName
{
border-color: #025D90;
}
.TagClassName
{
border-color: #025D90;
}
</style>