Shades of Dark Cerulean #025A8D
Tints of Dark Cerulean #025A8D
RGB
CMYK
RGB Variations
Color information
#025A8D (or 0x025A8D) is known color: Dark Cerulean. HEX triplet: 02, 5A and 8D. RGB value is (2,90,141). Sum of RGB (Red+Green+Blue) = 2+90+141=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #025A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025A8D is #FDA572. Grayscale: #454545. Windows color (decimal): -16622963 or 9263618. OLE color: 9263618.
HSL color Cylindrical-coordinate representation of color #025A8D: hue angle of 202.01º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025A8D is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 90 | 141 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.45 |
| HSL | 202.01º | 0.97% | 0.28% | - |
| HSV(B) | 202.01º | 0.99% | 0.55% | - |
| XYZ | 8.49 | 9.25 | 26.54 | - |
| YUV | 69.5 | 168.35 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 90 | 141 | 0.99 | 0.36 | 0 | 0.45 | 202.01 | 0.97 | 0.28 |
| Hex | 2 | 5A | 8D | 63 | 24 | 0 | 2D | CA | 61 | 1C |
| Octal | 2 | 132 | 215 | 143 | 44 | 0 | 55 | 312 | 141 | 34 |
| Binary | 10 | 1011010 | 10001101 | 1100011 | 100100 | 0 | 101101 | 11001010 | 1100001 | 11100 |
Color Harmonies of #025A8D
Complementary color
Monochromatic Colors of #025A8D
Black with #025A8D
Text Example
Text Example
White with #025A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025A8D; }
p { color: rgb(2,90,141); }
H1.HeaderClassName
{
color: #025A8D;
}
.AnyTagClassName
{
color: #025A8D;
}
</style>
background-color css
<style>
a { background-color: #025A8D; }
a { background-color: rgb(2,90,141); }
div.DivClassName
{
background-color: #025A8D;
}
.BgClassName
{
background-color: #025A8D;
}
</style>
border-color css
<style>
span { border-color: #025A8D; }
span { border-color: rgb(2,90,141); }
td.TdClassName
{
border-color: #025A8D;
}
.TagClassName
{
border-color: #025A8D;
}
</style>