Shades of Dark Cerulean #063C76
Tints of Dark Cerulean #063C76
RGB
CMYK
RGB Variations
Color information
#063C76 (or 0x063C76) is known color: Dark Cerulean. HEX triplet: 06, 3C and 76. RGB value is (6,60,118). Sum of RGB (Red+Green+Blue) = 6+60+118=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #063C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C76 is #F9C389. Grayscale: #323232. Windows color (decimal): -16368522 or 7748614. OLE color: 7748614.
HSL color Cylindrical-coordinate representation of color #063C76: hue angle of 211.07º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063C76 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 60 | 118 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.54 |
| HSL | 211.07º | 0.9% | 0.24% | - |
| HSV(B) | 211.07º | 0.95% | 0.46% | - |
| XYZ | 4.96 | 4.58 | 17.76 | - |
| YUV | 50.47 | 166.11 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 118 | 0.95 | 0.49 | 0 | 0.54 | 211.07 | 0.9 | 0.24 |
| Hex | 6 | 3C | 76 | 5F | 31 | 0 | 36 | D3 | 5A | 18 |
| Octal | 6 | 74 | 166 | 137 | 61 | 0 | 66 | 323 | 132 | 30 |
| Binary | 110 | 111100 | 1110110 | 1011111 | 110001 | 0 | 110110 | 11010011 | 1011010 | 11000 |
Color Harmonies of #063C76
Complementary color
Monochromatic Colors of #063C76
Black with #063C76
Text Example
Text Example
White with #063C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C76; }
p { color: rgb(6,60,118); }
H1.HeaderClassName
{
color: #063C76;
}
.AnyTagClassName
{
color: #063C76;
}
</style>
background-color css
<style>
a { background-color: #063C76; }
a { background-color: rgb(6,60,118); }
div.DivClassName
{
background-color: #063C76;
}
.BgClassName
{
background-color: #063C76;
}
</style>
border-color css
<style>
span { border-color: #063C76; }
span { border-color: rgb(6,60,118); }
td.TdClassName
{
border-color: #063C76;
}
.TagClassName
{
border-color: #063C76;
}
</style>