Shades of Dark Cerulean #004C93
Tints of Dark Cerulean #004C93
RGB
CMYK
RGB Variations
Color information
#004C93 (or 0x004C93) is known color: Dark Cerulean. HEX triplet: 00, 4C and 93. RGB value is (0,76,147). Sum of RGB (Red+Green+Blue) = 0+76+147=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #004C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004C93 is #FFB36C. Grayscale: #3D3D3D. Windows color (decimal): -16757613 or 9653248. OLE color: 9653248.
HSL color Cylindrical-coordinate representation of color #004C93: hue angle of 208.98º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C93 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 76 | 147 | - |
| CMYK | 1 | 0.48 | 0 | 0.42 |
| HSL | 208.98º | 1% | 0.29% | - |
| HSV(B) | 208.98º | 1% | 0.58% | - |
| XYZ | 7.85 | 7.28 | 28.59 | - |
| YUV | 61.37 | 176.32 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 147 | 1 | 0.48 | 0 | 0.42 | 208.98 | 1 | 0.29 |
| Hex | 0 | 4C | 93 | 64 | 30 | 0 | 2A | D1 | 64 | 1D |
| Octal | 0 | 114 | 223 | 144 | 60 | 0 | 52 | 321 | 144 | 35 |
| Binary | 0 | 1001100 | 10010011 | 1100100 | 110000 | 0 | 101010 | 11010001 | 1100100 | 11101 |
Color Harmonies of #004C93
Complementary color
Monochromatic Colors of #004C93
Black with #004C93
Text Example
Text Example
White with #004C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C93; }
p { color: rgb(0,76,147); }
H1.HeaderClassName
{
color: #004C93;
}
.AnyTagClassName
{
color: #004C93;
}
</style>
background-color css
<style>
a { background-color: #004C93; }
a { background-color: rgb(0,76,147); }
div.DivClassName
{
background-color: #004C93;
}
.BgClassName
{
background-color: #004C93;
}
</style>
border-color css
<style>
span { border-color: #004C93; }
span { border-color: rgb(0,76,147); }
td.TdClassName
{
border-color: #004C93;
}
.TagClassName
{
border-color: #004C93;
}
</style>