Shades of Dark Cerulean #063684
Tints of Dark Cerulean #063684
RGB
CMYK
RGB Variations
Color information
#063684 (or 0x063684) is known color: Dark Cerulean. HEX triplet: 06, 36 and 84. RGB value is (6,54,132). Sum of RGB (Red+Green+Blue) = 6+54+132=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 132 (51.95% from 255 or 68.75% from 192); Max value from RGB is 132 - color contains mainly: blue. Hex color #063684 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063684 is #F9C97B. Grayscale: #303030. Windows color (decimal): -16370044 or 8664582. OLE color: 8664582.
HSL color Cylindrical-coordinate representation of color #063684: hue angle of 217.14º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063684 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 54 | 132 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.48 |
| HSL | 217.14º | 0.91% | 0.27% | - |
| HSV(B) | 217.14º | 0.95% | 0.52% | - |
| XYZ | 5.56 | 4.34 | 22.38 | - |
| YUV | 48.54 | 175.1 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 132 | 0.95 | 0.59 | 0 | 0.48 | 217.14 | 0.91 | 0.27 |
| Hex | 6 | 36 | 84 | 5F | 3B | 0 | 30 | D9 | 5B | 1B |
| Octal | 6 | 66 | 204 | 137 | 73 | 0 | 60 | 331 | 133 | 33 |
| Binary | 110 | 110110 | 10000100 | 1011111 | 111011 | 0 | 110000 | 11011001 | 1011011 | 11011 |
Color Harmonies of #063684
Complementary color
Monochromatic Colors of #063684
Black with #063684
Text Example
Text Example
White with #063684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063684; }
p { color: rgb(6,54,132); }
H1.HeaderClassName
{
color: #063684;
}
.AnyTagClassName
{
color: #063684;
}
</style>
background-color css
<style>
a { background-color: #063684; }
a { background-color: rgb(6,54,132); }
div.DivClassName
{
background-color: #063684;
}
.BgClassName
{
background-color: #063684;
}
</style>
border-color css
<style>
span { border-color: #063684; }
span { border-color: rgb(6,54,132); }
td.TdClassName
{
border-color: #063684;
}
.TagClassName
{
border-color: #063684;
}
</style>