Shades of Dark Cerulean #025A8B
Tints of Dark Cerulean #025A8B
RGB
CMYK
RGB Variations
Color information
#025A8B (or 0x025A8B) is known color: Dark Cerulean. HEX triplet: 02, 5A and 8B. RGB value is (2,90,139). Sum of RGB (Red+Green+Blue) = 2+90+139=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #025A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025A8B is #FDA574. Grayscale: #444444. Windows color (decimal): -16622965 or 9132546. OLE color: 9132546.
HSL color Cylindrical-coordinate representation of color #025A8B: hue angle of 201.46º 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 #025A8B is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 90 | 139 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.45 |
| HSL | 201.46º | 0.97% | 0.28% | - |
| HSV(B) | 201.46º | 0.99% | 0.55% | - |
| XYZ | 8.34 | 9.19 | 25.76 | - |
| YUV | 69.27 | 167.35 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 90 | 139 | 0.99 | 0.35 | 0 | 0.45 | 201.46 | 0.97 | 0.28 |
| Hex | 2 | 5A | 8B | 63 | 23 | 0 | 2D | C9 | 61 | 1C |
| Octal | 2 | 132 | 213 | 143 | 43 | 0 | 55 | 311 | 141 | 34 |
| Binary | 10 | 1011010 | 10001011 | 1100011 | 100011 | 0 | 101101 | 11001001 | 1100001 | 11100 |
Color Harmonies of #025A8B
Complementary color
Monochromatic Colors of #025A8B
Black with #025A8B
Text Example
Text Example
White with #025A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025A8B; }
p { color: rgb(2,90,139); }
H1.HeaderClassName
{
color: #025A8B;
}
.AnyTagClassName
{
color: #025A8B;
}
</style>
background-color css
<style>
a { background-color: #025A8B; }
a { background-color: rgb(2,90,139); }
div.DivClassName
{
background-color: #025A8B;
}
.BgClassName
{
background-color: #025A8B;
}
</style>
border-color css
<style>
span { border-color: #025A8B; }
span { border-color: rgb(2,90,139); }
td.TdClassName
{
border-color: #025A8B;
}
.TagClassName
{
border-color: #025A8B;
}
</style>