Shades of Dark Cerulean #004983
Tints of Dark Cerulean #004983
RGB
CMYK
RGB Variations
Color information
#004983 (or 0x004983) is known color: Dark Cerulean. HEX triplet: 00, 49 and 83. RGB value is (0,73,131). Sum of RGB (Red+Green+Blue) = 0+73+131=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 131 (51.56% from 255 or 64.22% from 204); Max value from RGB is 131 - color contains mainly: blue. Hex color #004983 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004983 is #FFB67C. Grayscale: #393939. Windows color (decimal): -16758397 or 8603904. OLE color: 8603904.
HSL color Cylindrical-coordinate representation of color #004983: hue angle of 206.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004983 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 73 | 131 | - |
| CMYK | 1 | 0.44 | 0 | 0.49 |
| HSL | 206.56º | 1% | 0.26% | - |
| HSV(B) | 206.56º | 1% | 0.51% | - |
| XYZ | 6.48 | 6.4 | 22.37 | - |
| YUV | 57.79 | 169.32 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 131 | 1 | 0.44 | 0 | 0.49 | 206.56 | 1 | 0.26 |
| Hex | 0 | 49 | 83 | 64 | 2C | 0 | 31 | CF | 64 | 1A |
| Octal | 0 | 111 | 203 | 144 | 54 | 0 | 61 | 317 | 144 | 32 |
| Binary | 0 | 1001001 | 10000011 | 1100100 | 101100 | 0 | 110001 | 11001111 | 1100100 | 11010 |
Color Harmonies of #004983
Complementary color
Monochromatic Colors of #004983
Black with #004983
Text Example
Text Example
White with #004983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004983; }
p { color: rgb(0,73,131); }
H1.HeaderClassName
{
color: #004983;
}
.AnyTagClassName
{
color: #004983;
}
</style>
background-color css
<style>
a { background-color: #004983; }
a { background-color: rgb(0,73,131); }
div.DivClassName
{
background-color: #004983;
}
.BgClassName
{
background-color: #004983;
}
</style>
border-color css
<style>
span { border-color: #004983; }
span { border-color: rgb(0,73,131); }
td.TdClassName
{
border-color: #004983;
}
.TagClassName
{
border-color: #004983;
}
</style>