Shades of Dark Cerulean #063977
Tints of Dark Cerulean #063977
RGB
CMYK
RGB Variations
Color information
#063977 (or 0x063977) is known color: Dark Cerulean. HEX triplet: 06, 39 and 77. RGB value is (6,57,119). Sum of RGB (Red+Green+Blue) = 6+57+119=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 119 (46.88% from 255 or 65.38% from 182); Max value from RGB is 119 - color contains mainly: blue. Hex color #063977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063977 is #F9C688. Grayscale: #303030. Windows color (decimal): -16369289 or 7813382. OLE color: 7813382.
HSL color Cylindrical-coordinate representation of color #063977: hue angle of 212.92º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063977 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 57 | 119 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.53 |
| HSL | 212.92º | 0.9% | 0.25% | - |
| HSV(B) | 212.92º | 0.95% | 0.47% | - |
| XYZ | 4.87 | 4.3 | 18.03 | - |
| YUV | 48.82 | 167.6 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 57 | 119 | 0.95 | 0.52 | 0 | 0.53 | 212.92 | 0.9 | 0.25 |
| Hex | 6 | 39 | 77 | 5F | 34 | 0 | 35 | D5 | 5A | 19 |
| Octal | 6 | 71 | 167 | 137 | 64 | 0 | 65 | 325 | 132 | 31 |
| Binary | 110 | 111001 | 1110111 | 1011111 | 110100 | 0 | 110101 | 11010101 | 1011010 | 11001 |
Color Harmonies of #063977
Complementary color
Monochromatic Colors of #063977
Black with #063977
Text Example
Text Example
White with #063977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063977; }
p { color: rgb(6,57,119); }
H1.HeaderClassName
{
color: #063977;
}
.AnyTagClassName
{
color: #063977;
}
</style>
background-color css
<style>
a { background-color: #063977; }
a { background-color: rgb(6,57,119); }
div.DivClassName
{
background-color: #063977;
}
.BgClassName
{
background-color: #063977;
}
</style>
border-color css
<style>
span { border-color: #063977; }
span { border-color: rgb(6,57,119); }
td.TdClassName
{
border-color: #063977;
}
.TagClassName
{
border-color: #063977;
}
</style>