Shades of Dark Cerulean #004F83
Tints of Dark Cerulean #004F83
RGB
CMYK
RGB Variations
Color information
#004F83 (or 0x004F83) is known color: Dark Cerulean. HEX triplet: 00, 4F and 83. RGB value is (0,79,131). Sum of RGB (Red+Green+Blue) = 0+79+131=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 131 (51.56% from 255 or 62.38% from 210); Max value from RGB is 131 - color contains mainly: blue. Hex color #004F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004F83 is #FFB07C. Grayscale: #3D3D3D. Windows color (decimal): -16756861 or 8605440. OLE color: 8605440.
HSL color Cylindrical-coordinate representation of color #004F83: hue angle of 203.82º 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 #004F83 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 79 | 131 | - |
| CMYK | 1 | 0.40 | 0 | 0.49 |
| HSL | 203.82º | 1% | 0.26% | - |
| HSV(B) | 203.82º | 1% | 0.51% | - |
| XYZ | 6.89 | 7.23 | 22.51 | - |
| YUV | 61.31 | 167.33 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 131 | 1 | 0.40 | 0 | 0.49 | 203.82 | 1 | 0.26 |
| Hex | 0 | 4F | 83 | 64 | 28 | 0 | 31 | CC | 64 | 1A |
| Octal | 0 | 117 | 203 | 144 | 50 | 0 | 61 | 314 | 144 | 32 |
| Binary | 0 | 1001111 | 10000011 | 1100100 | 101000 | 0 | 110001 | 11001100 | 1100100 | 11010 |
Color Harmonies of #004F83
Complementary color
Monochromatic Colors of #004F83
Black with #004F83
Text Example
Text Example
White with #004F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004F83; }
p { color: rgb(0,79,131); }
H1.HeaderClassName
{
color: #004F83;
}
.AnyTagClassName
{
color: #004F83;
}
</style>
background-color css
<style>
a { background-color: #004F83; }
a { background-color: rgb(0,79,131); }
div.DivClassName
{
background-color: #004F83;
}
.BgClassName
{
background-color: #004F83;
}
</style>
border-color css
<style>
span { border-color: #004F83; }
span { border-color: rgb(0,79,131); }
td.TdClassName
{
border-color: #004F83;
}
.TagClassName
{
border-color: #004F83;
}
</style>