Shades of Dark Cerulean #024B7B
Tints of Dark Cerulean #024B7B
RGB
CMYK
RGB Variations
Color information
#024B7B (or 0x024B7B) is known color: Dark Cerulean. HEX triplet: 02, 4B and 7B. RGB value is (2,75,123). Sum of RGB (Red+Green+Blue) = 2+75+123=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 123 (48.44% from 255 or 61.5% from 200); Max value from RGB is 123 - color contains mainly: blue. Hex color #024B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B7B is #FDB484. Grayscale: #3A3A3A. Windows color (decimal): -16626821 or 8080130. OLE color: 8080130.
HSL color Cylindrical-coordinate representation of color #024B7B: hue angle of 203.8º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024B7B is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 75 | 123 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.52 |
| HSL | 203.8º | 0.97% | 0.25% | - |
| HSV(B) | 203.8º | 0.98% | 0.48% | - |
| XYZ | 6.12 | 6.48 | 19.67 | - |
| YUV | 58.65 | 164.32 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 123 | 0.98 | 0.39 | 0 | 0.52 | 203.8 | 0.97 | 0.25 |
| Hex | 2 | 4B | 7B | 62 | 27 | 0 | 34 | CC | 61 | 19 |
| Octal | 2 | 113 | 173 | 142 | 47 | 0 | 64 | 314 | 141 | 31 |
| Binary | 10 | 1001011 | 1111011 | 1100010 | 100111 | 0 | 110100 | 11001100 | 1100001 | 11001 |
Color Harmonies of #024B7B
Complementary color
Monochromatic Colors of #024B7B
Black with #024B7B
Text Example
Text Example
White with #024B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024B7B; }
p { color: rgb(2,75,123); }
H1.HeaderClassName
{
color: #024B7B;
}
.AnyTagClassName
{
color: #024B7B;
}
</style>
background-color css
<style>
a { background-color: #024B7B; }
a { background-color: rgb(2,75,123); }
div.DivClassName
{
background-color: #024B7B;
}
.BgClassName
{
background-color: #024B7B;
}
</style>
border-color css
<style>
span { border-color: #024B7B; }
span { border-color: rgb(2,75,123); }
td.TdClassName
{
border-color: #024B7B;
}
.TagClassName
{
border-color: #024B7B;
}
</style>