Shades of Dark Cerulean #025E94
Tints of Dark Cerulean #025E94
RGB
CMYK
RGB Variations
Color information
#025E94 (or 0x025E94) is known color: Dark Cerulean. HEX triplet: 02, 5E and 94. RGB value is (2,94,148). Sum of RGB (Red+Green+Blue) = 2+94+148=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #025E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025E94 is #FDA16B. Grayscale: #484848. Windows color (decimal): -16621932 or 9723394. OLE color: 9723394.
HSL color Cylindrical-coordinate representation of color #025E94: hue angle of 202.19º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025E94 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 94 | 148 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.42 |
| HSL | 202.19º | 0.97% | 0.29% | - |
| HSV(B) | 202.19º | 0.99% | 0.58% | - |
| XYZ | 9.37 | 10.16 | 29.48 | - |
| YUV | 72.65 | 170.52 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 94 | 148 | 0.99 | 0.36 | 0 | 0.42 | 202.19 | 0.97 | 0.29 |
| Hex | 2 | 5E | 94 | 63 | 24 | 0 | 2A | CA | 61 | 1D |
| Octal | 2 | 136 | 224 | 143 | 44 | 0 | 52 | 312 | 141 | 35 |
| Binary | 10 | 1011110 | 10010100 | 1100011 | 100100 | 0 | 101010 | 11001010 | 1100001 | 11101 |
Color Harmonies of #025E94
Complementary color
Monochromatic Colors of #025E94
Black with #025E94
Text Example
Text Example
White with #025E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025E94; }
p { color: rgb(2,94,148); }
H1.HeaderClassName
{
color: #025E94;
}
.AnyTagClassName
{
color: #025E94;
}
</style>
background-color css
<style>
a { background-color: #025E94; }
a { background-color: rgb(2,94,148); }
div.DivClassName
{
background-color: #025E94;
}
.BgClassName
{
background-color: #025E94;
}
</style>
border-color css
<style>
span { border-color: #025E94; }
span { border-color: rgb(2,94,148); }
td.TdClassName
{
border-color: #025E94;
}
.TagClassName
{
border-color: #025E94;
}
</style>