Shades of Dark Cerulean #063C84
Tints of Dark Cerulean #063C84
RGB
CMYK
RGB Variations
Color information
#063C84 (or 0x063C84) is known color: Dark Cerulean. HEX triplet: 06, 3C and 84. RGB value is (6,60,132). Sum of RGB (Red+Green+Blue) = 6+60+132=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 132 (51.95% from 255 or 66.67% from 198); Max value from RGB is 132 - color contains mainly: blue. Hex color #063C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063C84 is #F9C37B. Grayscale: #333333. Windows color (decimal): -16368508 or 8666118. OLE color: 8666118.
HSL color Cylindrical-coordinate representation of color #063C84: hue angle of 214.29º 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 #063C84 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 60 | 132 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.48 |
| HSL | 214.29º | 0.91% | 0.27% | - |
| HSV(B) | 214.29º | 0.95% | 0.52% | - |
| XYZ | 5.86 | 4.94 | 22.47 | - |
| YUV | 52.06 | 173.11 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 132 | 0.95 | 0.55 | 0 | 0.48 | 214.29 | 0.91 | 0.27 |
| Hex | 6 | 3C | 84 | 5F | 37 | 0 | 30 | D6 | 5B | 1B |
| Octal | 6 | 74 | 204 | 137 | 67 | 0 | 60 | 326 | 133 | 33 |
| Binary | 110 | 111100 | 10000100 | 1011111 | 110111 | 0 | 110000 | 11010110 | 1011011 | 11011 |
Color Harmonies of #063C84
Complementary color
Monochromatic Colors of #063C84
Black with #063C84
Text Example
Text Example
White with #063C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C84; }
p { color: rgb(6,60,132); }
H1.HeaderClassName
{
color: #063C84;
}
.AnyTagClassName
{
color: #063C84;
}
</style>
background-color css
<style>
a { background-color: #063C84; }
a { background-color: rgb(6,60,132); }
div.DivClassName
{
background-color: #063C84;
}
.BgClassName
{
background-color: #063C84;
}
</style>
border-color css
<style>
span { border-color: #063C84; }
span { border-color: rgb(6,60,132); }
td.TdClassName
{
border-color: #063C84;
}
.TagClassName
{
border-color: #063C84;
}
</style>