Shades of Dark Cerulean #063987
Tints of Dark Cerulean #063987
RGB
CMYK
RGB Variations
Color information
#063987 (or 0x063987) is known color: Dark Cerulean. HEX triplet: 06, 39 and 87. RGB value is (6,57,135). Sum of RGB (Red+Green+Blue) = 6+57+135=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 135 (53.12% from 255 or 68.18% from 198); Max value from RGB is 135 - color contains mainly: blue. Hex color #063987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063987 is #F9C678. Grayscale: #323232. Windows color (decimal): -16369273 or 8861958. OLE color: 8861958.
HSL color Cylindrical-coordinate representation of color #063987: hue angle of 216.28º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063987 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 57 | 135 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.47 |
| HSL | 216.28º | 0.91% | 0.28% | - |
| HSV(B) | 216.28º | 0.96% | 0.53% | - |
| XYZ | 5.91 | 4.71 | 23.52 | - |
| YUV | 50.64 | 175.6 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 57 | 135 | 0.96 | 0.58 | 0 | 0.47 | 216.28 | 0.91 | 0.28 |
| Hex | 6 | 39 | 87 | 60 | 3A | 0 | 2F | D8 | 5B | 1C |
| Octal | 6 | 71 | 207 | 140 | 72 | 0 | 57 | 330 | 133 | 34 |
| Binary | 110 | 111001 | 10000111 | 1100000 | 111010 | 0 | 101111 | 11011000 | 1011011 | 11100 |
Color Harmonies of #063987
Complementary color
Monochromatic Colors of #063987
Black with #063987
Text Example
Text Example
White with #063987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063987; }
p { color: rgb(6,57,135); }
H1.HeaderClassName
{
color: #063987;
}
.AnyTagClassName
{
color: #063987;
}
</style>
background-color css
<style>
a { background-color: #063987; }
a { background-color: rgb(6,57,135); }
div.DivClassName
{
background-color: #063987;
}
.BgClassName
{
background-color: #063987;
}
</style>
border-color css
<style>
span { border-color: #063987; }
span { border-color: rgb(6,57,135); }
td.TdClassName
{
border-color: #063987;
}
.TagClassName
{
border-color: #063987;
}
</style>