Shades of Dark Cerulean #004C94
Tints of Dark Cerulean #004C94
RGB
CMYK
RGB Variations
Color information
#004C94 (or 0x004C94) is known color: Dark Cerulean. HEX triplet: 00, 4C and 94. RGB value is (0,76,148). Sum of RGB (Red+Green+Blue) = 0+76+148=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 148 (58.20% from 255 or 66.07% from 224); Max value from RGB is 148 - color contains mainly: blue. Hex color #004C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004C94 is #FFB36B. Grayscale: #3D3D3D. Windows color (decimal): -16757612 or 9718784. OLE color: 9718784.
HSL color Cylindrical-coordinate representation of color #004C94: hue angle of 209.19º 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 #004C94 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 76 | 148 | - |
| CMYK | 1 | 0.49 | 0 | 0.42 |
| HSL | 209.19º | 1% | 0.29% | - |
| HSV(B) | 209.19º | 1% | 0.58% | - |
| XYZ | 7.93 | 7.31 | 29.01 | - |
| YUV | 61.48 | 176.82 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 148 | 1 | 0.49 | 0 | 0.42 | 209.19 | 1 | 0.29 |
| Hex | 0 | 4C | 94 | 64 | 31 | 0 | 2A | D1 | 64 | 1D |
| Octal | 0 | 114 | 224 | 144 | 61 | 0 | 52 | 321 | 144 | 35 |
| Binary | 0 | 1001100 | 10010100 | 1100100 | 110001 | 0 | 101010 | 11010001 | 1100100 | 11101 |
Color Harmonies of #004C94
Complementary color
Monochromatic Colors of #004C94
Black with #004C94
Text Example
Text Example
White with #004C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C94; }
p { color: rgb(0,76,148); }
H1.HeaderClassName
{
color: #004C94;
}
.AnyTagClassName
{
color: #004C94;
}
</style>
background-color css
<style>
a { background-color: #004C94; }
a { background-color: rgb(0,76,148); }
div.DivClassName
{
background-color: #004C94;
}
.BgClassName
{
background-color: #004C94;
}
</style>
border-color css
<style>
span { border-color: #004C94; }
span { border-color: rgb(0,76,148); }
td.TdClassName
{
border-color: #004C94;
}
.TagClassName
{
border-color: #004C94;
}
</style>