Shades of Dark Cerulean #063986
Tints of Dark Cerulean #063986
RGB
CMYK
RGB Variations
Color information
#063986 (or 0x063986) is known color: Dark Cerulean. HEX triplet: 06, 39 and 86. RGB value is (6,57,134). Sum of RGB (Red+Green+Blue) = 6+57+134=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 134 (52.73% from 255 or 68.02% from 197); Max value from RGB is 134 - color contains mainly: blue. Hex color #063986 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063986 is #F9C679. Grayscale: #323232. Windows color (decimal): -16369274 or 8796422. OLE color: 8796422.
HSL color Cylindrical-coordinate representation of color #063986: hue angle of 216.09º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063986 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 57 | 134 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.47 |
| HSL | 216.09º | 0.91% | 0.27% | - |
| HSV(B) | 216.09º | 0.96% | 0.53% | - |
| XYZ | 5.84 | 4.69 | 23.15 | - |
| YUV | 50.53 | 175.1 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 57 | 134 | 0.96 | 0.57 | 0 | 0.47 | 216.09 | 0.91 | 0.27 |
| Hex | 6 | 39 | 86 | 60 | 39 | 0 | 2F | D8 | 5B | 1B |
| Octal | 6 | 71 | 206 | 140 | 71 | 0 | 57 | 330 | 133 | 33 |
| Binary | 110 | 111001 | 10000110 | 1100000 | 111001 | 0 | 101111 | 11011000 | 1011011 | 11011 |
Color Harmonies of #063986
Complementary color
Monochromatic Colors of #063986
Black with #063986
Text Example
Text Example
White with #063986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063986; }
p { color: rgb(6,57,134); }
H1.HeaderClassName
{
color: #063986;
}
.AnyTagClassName
{
color: #063986;
}
</style>
background-color css
<style>
a { background-color: #063986; }
a { background-color: rgb(6,57,134); }
div.DivClassName
{
background-color: #063986;
}
.BgClassName
{
background-color: #063986;
}
</style>
border-color css
<style>
span { border-color: #063986; }
span { border-color: rgb(6,57,134); }
td.TdClassName
{
border-color: #063986;
}
.TagClassName
{
border-color: #063986;
}
</style>