Shades of Dark Cerulean #063F70
Tints of Dark Cerulean #063F70
RGB
CMYK
RGB Variations
Color information
#063F70 (or 0x063F70) is known color: Dark Cerulean. HEX triplet: 06, 3F and 70. RGB value is (6,63,112). Sum of RGB (Red+Green+Blue) = 6+63+112=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #063F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063F70 is #F9C08F. Grayscale: #333333. Windows color (decimal): -16367760 or 7356166. OLE color: 7356166.
HSL color Cylindrical-coordinate representation of color #063F70: hue angle of 207.74º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063F70 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 63 | 112 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.56 |
| HSL | 207.74º | 0.9% | 0.23% | - |
| HSV(B) | 207.74º | 0.95% | 0.44% | - |
| XYZ | 4.78 | 4.76 | 16 | - |
| YUV | 51.54 | 162.12 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 112 | 0.95 | 0.44 | 0 | 0.56 | 207.74 | 0.9 | 0.23 |
| Hex | 6 | 3F | 70 | 5F | 2C | 0 | 38 | D0 | 5A | 17 |
| Octal | 6 | 77 | 160 | 137 | 54 | 0 | 70 | 320 | 132 | 27 |
| Binary | 110 | 111111 | 1110000 | 1011111 | 101100 | 0 | 111000 | 11010000 | 1011010 | 10111 |
Color Harmonies of #063F70
Complementary color
Monochromatic Colors of #063F70
Black with #063F70
Text Example
Text Example
White with #063F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F70; }
p { color: rgb(6,63,112); }
H1.HeaderClassName
{
color: #063F70;
}
.AnyTagClassName
{
color: #063F70;
}
</style>
background-color css
<style>
a { background-color: #063F70; }
a { background-color: rgb(6,63,112); }
div.DivClassName
{
background-color: #063F70;
}
.BgClassName
{
background-color: #063F70;
}
</style>
border-color css
<style>
span { border-color: #063F70; }
span { border-color: rgb(6,63,112); }
td.TdClassName
{
border-color: #063F70;
}
.TagClassName
{
border-color: #063F70;
}
</style>