Shades of Dark Cerulean #063B73
Tints of Dark Cerulean #063B73
RGB
CMYK
RGB Variations
Color information
#063B73 (or 0x063B73) is known color: Dark Cerulean. HEX triplet: 06, 3B and 73. RGB value is (6,59,115). Sum of RGB (Red+Green+Blue) = 6+59+115=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 115 (45.31% from 255 or 63.89% from 180); Max value from RGB is 115 - color contains mainly: blue. Hex color #063B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063B73 is #F9C48C. Grayscale: #313131. Windows color (decimal): -16368781 or 7551750. OLE color: 7551750.
HSL color Cylindrical-coordinate representation of color #063B73: hue angle of 210.83º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063B73 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 59 | 115 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.55 |
| HSL | 210.83º | 0.9% | 0.24% | - |
| HSV(B) | 210.83º | 0.95% | 0.45% | - |
| XYZ | 4.73 | 4.4 | 16.82 | - |
| YUV | 49.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 115 | 0.95 | 0.49 | 0 | 0.55 | 210.83 | 0.9 | 0.24 |
| Hex | 6 | 3B | 73 | 5F | 31 | 0 | 37 | D3 | 5A | 18 |
| Octal | 6 | 73 | 163 | 137 | 61 | 0 | 67 | 323 | 132 | 30 |
| Binary | 110 | 111011 | 1110011 | 1011111 | 110001 | 0 | 110111 | 11010011 | 1011010 | 11000 |
Color Harmonies of #063B73
Complementary color
Monochromatic Colors of #063B73
Black with #063B73
Text Example
Text Example
White with #063B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063B73; }
p { color: rgb(6,59,115); }
H1.HeaderClassName
{
color: #063B73;
}
.AnyTagClassName
{
color: #063B73;
}
</style>
background-color css
<style>
a { background-color: #063B73; }
a { background-color: rgb(6,59,115); }
div.DivClassName
{
background-color: #063B73;
}
.BgClassName
{
background-color: #063B73;
}
</style>
border-color css
<style>
span { border-color: #063B73; }
span { border-color: rgb(6,59,115); }
td.TdClassName
{
border-color: #063B73;
}
.TagClassName
{
border-color: #063B73;
}
</style>