Shades of Sapphire #061C51
Tints of Sapphire #061C51
RGB
CMYK
RGB Variations
Color information
#061C51 (or 0x061C51) is known color: Sapphire. HEX triplet: 06, 1C and 51. RGB value is (6,28,81). Sum of RGB (Red+Green+Blue) = 6+28+81=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 81 (32.03% from 255 or 70.43% from 115); Max value from RGB is 81 - color contains mainly: blue. Hex color #061C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C51 is #F9E3AE. Grayscale: #1B1B1B. Windows color (decimal): -16376751 or 5315590. OLE color: 5315590.
HSL color Cylindrical-coordinate representation of color #061C51: hue angle of 222.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061C51 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 28 | 81 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.68 |
| HSL | 222.4º | 0.86% | 0.17% | - |
| HSV(B) | 222.4º | 0.93% | 0.32% | - |
| XYZ | 1.98 | 1.46 | 7.96 | - |
| YUV | 27.46 | 158.21 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 81 | 0.93 | 0.65 | 0 | 0.68 | 222.4 | 0.86 | 0.17 |
| Hex | 6 | 1C | 51 | 5D | 41 | 0 | 44 | DE | 56 | 11 |
| Octal | 6 | 34 | 121 | 135 | 101 | 0 | 104 | 336 | 126 | 21 |
| Binary | 110 | 11100 | 1010001 | 1011101 | 1000001 | 0 | 1000100 | 11011110 | 1010110 | 10001 |
Color Harmonies of #061C51
Complementary color
Monochromatic Colors of #061C51
Black with #061C51
Text Example
Text Example
White with #061C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C51; }
p { color: rgb(6,28,81); }
H1.HeaderClassName
{
color: #061C51;
}
.AnyTagClassName
{
color: #061C51;
}
</style>
background-color css
<style>
a { background-color: #061C51; }
a { background-color: rgb(6,28,81); }
div.DivClassName
{
background-color: #061C51;
}
.BgClassName
{
background-color: #061C51;
}
</style>
border-color css
<style>
span { border-color: #061C51; }
span { border-color: rgb(6,28,81); }
td.TdClassName
{
border-color: #061C51;
}
.TagClassName
{
border-color: #061C51;
}
</style>