Shades of Dark Cerulean #024B7A
Tints of Dark Cerulean #024B7A
RGB
CMYK
RGB Variations
Color information
#024B7A (or 0x024B7A) is known color: Dark Cerulean. HEX triplet: 02, 4B and 7A. RGB value is (2,75,122). Sum of RGB (Red+Green+Blue) = 2+75+122=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 122 (48.05% from 255 or 61.31% from 199); Max value from RGB is 122 - color contains mainly: blue. Hex color #024B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B7A is #FDB485. Grayscale: #3A3A3A. Windows color (decimal): -16626822 or 8014594. OLE color: 8014594.
HSL color Cylindrical-coordinate representation of color #024B7A: hue angle of 203.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024B7A is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 75 | 122 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.52 |
| HSL | 203.5º | 0.97% | 0.24% | - |
| HSV(B) | 203.5º | 0.98% | 0.48% | - |
| XYZ | 6.05 | 6.45 | 19.34 | - |
| YUV | 58.53 | 163.82 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 122 | 0.98 | 0.39 | 0 | 0.52 | 203.5 | 0.97 | 0.24 |
| Hex | 2 | 4B | 7A | 62 | 27 | 0 | 34 | CC | 61 | 18 |
| Octal | 2 | 113 | 172 | 142 | 47 | 0 | 64 | 314 | 141 | 30 |
| Binary | 10 | 1001011 | 1111010 | 1100010 | 100111 | 0 | 110100 | 11001100 | 1100001 | 11000 |
Color Harmonies of #024B7A
Complementary color
Monochromatic Colors of #024B7A
Black with #024B7A
Text Example
Text Example
White with #024B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024B7A; }
p { color: rgb(2,75,122); }
H1.HeaderClassName
{
color: #024B7A;
}
.AnyTagClassName
{
color: #024B7A;
}
</style>
background-color css
<style>
a { background-color: #024B7A; }
a { background-color: rgb(2,75,122); }
div.DivClassName
{
background-color: #024B7A;
}
.BgClassName
{
background-color: #024B7A;
}
</style>
border-color css
<style>
span { border-color: #024B7A; }
span { border-color: rgb(2,75,122); }
td.TdClassName
{
border-color: #024B7A;
}
.TagClassName
{
border-color: #024B7A;
}
</style>