Shades of Dark Cerulean #063F78
Tints of Dark Cerulean #063F78
RGB
CMYK
RGB Variations
Color information
#063F78 (or 0x063F78) is known color: Dark Cerulean. HEX triplet: 06, 3F and 78. RGB value is (6,63,120). Sum of RGB (Red+Green+Blue) = 6+63+120=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 120 (47.27% from 255 or 63.49% from 189); Max value from RGB is 120 - color contains mainly: blue. Hex color #063F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063F78 is #F9C087. Grayscale: #343434. Windows color (decimal): -16367752 or 7880454. OLE color: 7880454.
HSL color Cylindrical-coordinate representation of color #063F78: hue angle of 210º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063F78 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 63 | 120 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.53 |
| HSL | 210º | 0.9% | 0.25% | - |
| HSV(B) | 210º | 0.95% | 0.47% | - |
| XYZ | 5.24 | 4.95 | 18.45 | - |
| YUV | 52.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 120 | 0.95 | 0.48 | 0 | 0.53 | 210 | 0.9 | 0.25 |
| Hex | 6 | 3F | 78 | 5F | 30 | 0 | 35 | D2 | 5A | 19 |
| Octal | 6 | 77 | 170 | 137 | 60 | 0 | 65 | 322 | 132 | 31 |
| Binary | 110 | 111111 | 1111000 | 1011111 | 110000 | 0 | 110101 | 11010010 | 1011010 | 11001 |
Color Harmonies of #063F78
Complementary color
Monochromatic Colors of #063F78
Black with #063F78
Text Example
Text Example
White with #063F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F78; }
p { color: rgb(6,63,120); }
H1.HeaderClassName
{
color: #063F78;
}
.AnyTagClassName
{
color: #063F78;
}
</style>
background-color css
<style>
a { background-color: #063F78; }
a { background-color: rgb(6,63,120); }
div.DivClassName
{
background-color: #063F78;
}
.BgClassName
{
background-color: #063F78;
}
</style>
border-color css
<style>
span { border-color: #063F78; }
span { border-color: rgb(6,63,120); }
td.TdClassName
{
border-color: #063F78;
}
.TagClassName
{
border-color: #063F78;
}
</style>