Shades of Dark Cerulean #024D7B
Tints of Dark Cerulean #024D7B
RGB
CMYK
RGB Variations
Color information
#024D7B (or 0x024D7B) is known color: Dark Cerulean. HEX triplet: 02, 4D and 7B. RGB value is (2,77,123). Sum of RGB (Red+Green+Blue) = 2+77+123=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 123 (48.44% from 255 or 60.89% from 202); Max value from RGB is 123 - color contains mainly: blue. Hex color #024D7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D7B is #FDB284. Grayscale: #3B3B3B. Windows color (decimal): -16626309 or 8080642. OLE color: 8080642.
HSL color Cylindrical-coordinate representation of color #024D7B: hue angle of 202.81º 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 #024D7B is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 77 | 123 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.52 |
| HSL | 202.81º | 0.97% | 0.25% | - |
| HSV(B) | 202.81º | 0.98% | 0.48% | - |
| XYZ | 6.25 | 6.75 | 19.71 | - |
| YUV | 59.82 | 163.65 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 123 | 0.98 | 0.37 | 0 | 0.52 | 202.81 | 0.97 | 0.25 |
| Hex | 2 | 4D | 7B | 62 | 25 | 0 | 34 | CB | 61 | 19 |
| Octal | 2 | 115 | 173 | 142 | 45 | 0 | 64 | 313 | 141 | 31 |
| Binary | 10 | 1001101 | 1111011 | 1100010 | 100101 | 0 | 110100 | 11001011 | 1100001 | 11001 |
Color Harmonies of #024D7B
Complementary color
Monochromatic Colors of #024D7B
Black with #024D7B
Text Example
Text Example
White with #024D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D7B; }
p { color: rgb(2,77,123); }
H1.HeaderClassName
{
color: #024D7B;
}
.AnyTagClassName
{
color: #024D7B;
}
</style>
background-color css
<style>
a { background-color: #024D7B; }
a { background-color: rgb(2,77,123); }
div.DivClassName
{
background-color: #024D7B;
}
.BgClassName
{
background-color: #024D7B;
}
</style>
border-color css
<style>
span { border-color: #024D7B; }
span { border-color: rgb(2,77,123); }
td.TdClassName
{
border-color: #024D7B;
}
.TagClassName
{
border-color: #024D7B;
}
</style>