Shades of Dark Cerulean #063A76
Tints of Dark Cerulean #063A76
RGB
CMYK
RGB Variations
Color information
#063A76 (or 0x063A76) is known color: Dark Cerulean. HEX triplet: 06, 3A and 76. RGB value is (6,58,118). Sum of RGB (Red+Green+Blue) = 6+58+118=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 118 (46.48% from 255 or 64.84% from 182); Max value from RGB is 118 - color contains mainly: blue. Hex color #063A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A76 is #F9C589. Grayscale: #313131. Windows color (decimal): -16369034 or 7748102. OLE color: 7748102.
HSL color Cylindrical-coordinate representation of color #063A76: hue angle of 212.14º 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 #063A76 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 58 | 118 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.54 |
| HSL | 212.14º | 0.9% | 0.24% | - |
| HSV(B) | 212.14º | 0.95% | 0.46% | - |
| XYZ | 4.86 | 4.37 | 17.73 | - |
| YUV | 49.29 | 166.77 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 118 | 0.95 | 0.51 | 0 | 0.54 | 212.14 | 0.9 | 0.24 |
| Hex | 6 | 3A | 76 | 5F | 33 | 0 | 36 | D4 | 5A | 18 |
| Octal | 6 | 72 | 166 | 137 | 63 | 0 | 66 | 324 | 132 | 30 |
| Binary | 110 | 111010 | 1110110 | 1011111 | 110011 | 0 | 110110 | 11010100 | 1011010 | 11000 |
Color Harmonies of #063A76
Complementary color
Monochromatic Colors of #063A76
Black with #063A76
Text Example
Text Example
White with #063A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A76; }
p { color: rgb(6,58,118); }
H1.HeaderClassName
{
color: #063A76;
}
.AnyTagClassName
{
color: #063A76;
}
</style>
background-color css
<style>
a { background-color: #063A76; }
a { background-color: rgb(6,58,118); }
div.DivClassName
{
background-color: #063A76;
}
.BgClassName
{
background-color: #063A76;
}
</style>
border-color css
<style>
span { border-color: #063A76; }
span { border-color: rgb(6,58,118); }
td.TdClassName
{
border-color: #063A76;
}
.TagClassName
{
border-color: #063A76;
}
</style>