Shades of Dark Cerulean #025E8B
Tints of Dark Cerulean #025E8B
RGB
CMYK
RGB Variations
Color information
#025E8B (or 0x025E8B) is known color: Dark Cerulean. HEX triplet: 02, 5E and 8B. RGB value is (2,94,139). Sum of RGB (Red+Green+Blue) = 2+94+139=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #025E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025E8B is #FDA174. Grayscale: #474747. Windows color (decimal): -16621941 or 9133570. OLE color: 9133570.
HSL color Cylindrical-coordinate representation of color #025E8B: hue angle of 199.71º 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 #025E8B is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 94 | 139 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.45 |
| HSL | 199.71º | 0.97% | 0.28% | - |
| HSV(B) | 199.71º | 0.99% | 0.55% | - |
| XYZ | 8.69 | 9.88 | 25.88 | - |
| YUV | 71.62 | 166.02 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 94 | 139 | 0.99 | 0.32 | 0 | 0.45 | 199.71 | 0.97 | 0.28 |
| Hex | 2 | 5E | 8B | 63 | 20 | 0 | 2D | C8 | 61 | 1C |
| Octal | 2 | 136 | 213 | 143 | 40 | 0 | 55 | 310 | 141 | 34 |
| Binary | 10 | 1011110 | 10001011 | 1100011 | 100000 | 0 | 101101 | 11001000 | 1100001 | 11100 |
Color Harmonies of #025E8B
Complementary color
Monochromatic Colors of #025E8B
Black with #025E8B
Text Example
Text Example
White with #025E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025E8B; }
p { color: rgb(2,94,139); }
H1.HeaderClassName
{
color: #025E8B;
}
.AnyTagClassName
{
color: #025E8B;
}
</style>
background-color css
<style>
a { background-color: #025E8B; }
a { background-color: rgb(2,94,139); }
div.DivClassName
{
background-color: #025E8B;
}
.BgClassName
{
background-color: #025E8B;
}
</style>
border-color css
<style>
span { border-color: #025E8B; }
span { border-color: rgb(2,94,139); }
td.TdClassName
{
border-color: #025E8B;
}
.TagClassName
{
border-color: #025E8B;
}
</style>