Shades of Sapphire #061D78
Tints of Sapphire #061D78
RGB
CMYK
RGB Variations
Color information
#061D78 (or 0x061D78) is known color: Sapphire. HEX triplet: 06, 1D and 78. RGB value is (6,29,120). Sum of RGB (Red+Green+Blue) = 6+29+120=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 120 (47.27% from 255 or 77.42% from 155); Max value from RGB is 120 - color contains mainly: blue. Hex color #061D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D78 is #F9E287. Grayscale: #202020. Windows color (decimal): -16376456 or 7871750. OLE color: 7871750.
HSL color Cylindrical-coordinate representation of color #061D78: hue angle of 227.89º 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 #061D78 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 29 | 120 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.53 |
| HSL | 227.89º | 0.9% | 0.25% | - |
| HSV(B) | 227.89º | 0.95% | 0.47% | - |
| XYZ | 3.9 | 2.27 | 18 | - |
| YUV | 32.5 | 177.38 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 120 | 0.95 | 0.76 | 0 | 0.53 | 227.89 | 0.9 | 0.25 |
| Hex | 6 | 1D | 78 | 5F | 4C | 0 | 35 | E4 | 5A | 19 |
| Octal | 6 | 35 | 170 | 137 | 114 | 0 | 65 | 344 | 132 | 31 |
| Binary | 110 | 11101 | 1111000 | 1011111 | 1001100 | 0 | 110101 | 11100100 | 1011010 | 11001 |
Color Harmonies of #061D78
Complementary color
Monochromatic Colors of #061D78
Black with #061D78
Text Example
Text Example
White with #061D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D78; }
p { color: rgb(6,29,120); }
H1.HeaderClassName
{
color: #061D78;
}
.AnyTagClassName
{
color: #061D78;
}
</style>
background-color css
<style>
a { background-color: #061D78; }
a { background-color: rgb(6,29,120); }
div.DivClassName
{
background-color: #061D78;
}
.BgClassName
{
background-color: #061D78;
}
</style>
border-color css
<style>
span { border-color: #061D78; }
span { border-color: rgb(6,29,120); }
td.TdClassName
{
border-color: #061D78;
}
.TagClassName
{
border-color: #061D78;
}
</style>