Shades of Dark Cerulean #004773
Tints of Dark Cerulean #004773
RGB
CMYK
RGB Variations
Color information
#004773 (or 0x004773) is known color: Dark Cerulean. HEX triplet: 00, 47 and 73. RGB value is (0,71,115). Sum of RGB (Red+Green+Blue) = 0+71+115=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #004773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004773 is #FFB88C. Grayscale: #363636. Windows color (decimal): -16758925 or 7554816. OLE color: 7554816.
HSL color Cylindrical-coordinate representation of color #004773: hue angle of 202.96º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004773 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 71 | 115 | - |
| CMYK | 1 | 0.38 | 0 | 0.55 |
| HSL | 202.96º | 1% | 0.23% | - |
| HSV(B) | 202.96º | 1% | 0.45% | - |
| XYZ | 5.35 | 5.74 | 17.05 | - |
| YUV | 54.79 | 161.98 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 71 | 115 | 1 | 0.38 | 0 | 0.55 | 202.96 | 1 | 0.23 |
| Hex | 0 | 47 | 73 | 64 | 26 | 0 | 37 | CB | 64 | 17 |
| Octal | 0 | 107 | 163 | 144 | 46 | 0 | 67 | 313 | 144 | 27 |
| Binary | 0 | 1000111 | 1110011 | 1100100 | 100110 | 0 | 110111 | 11001011 | 1100100 | 10111 |
Color Harmonies of #004773
Complementary color
Monochromatic Colors of #004773
Black with #004773
Text Example
Text Example
White with #004773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004773; }
p { color: rgb(0,71,115); }
H1.HeaderClassName
{
color: #004773;
}
.AnyTagClassName
{
color: #004773;
}
</style>
background-color css
<style>
a { background-color: #004773; }
a { background-color: rgb(0,71,115); }
div.DivClassName
{
background-color: #004773;
}
.BgClassName
{
background-color: #004773;
}
</style>
border-color css
<style>
span { border-color: #004773; }
span { border-color: rgb(0,71,115); }
td.TdClassName
{
border-color: #004773;
}
.TagClassName
{
border-color: #004773;
}
</style>