Shades of Sapphire #061C5D
Tints of Sapphire #061C5D
RGB
CMYK
RGB Variations
Color information
#061C5D (or 0x061C5D) is known color: Sapphire. HEX triplet: 06, 1C and 5D. RGB value is (6,28,93). Sum of RGB (Red+Green+Blue) = 6+28+93=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 93 (36.72% from 255 or 73.23% from 127); Max value from RGB is 93 - color contains mainly: blue. Hex color #061C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C5D is #F9E3A2. Grayscale: #1C1C1C. Windows color (decimal): -16376739 or 6102022. OLE color: 6102022.
HSL color Cylindrical-coordinate representation of color #061C5D: hue angle of 224.83º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061C5D is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 28 | 93 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.64 |
| HSL | 224.83º | 0.88% | 0.19% | - |
| HSV(B) | 224.83º | 0.94% | 0.36% | - |
| XYZ | 2.47 | 1.66 | 10.55 | - |
| YUV | 28.83 | 164.21 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 93 | 0.94 | 0.70 | 0 | 0.64 | 224.83 | 0.88 | 0.19 |
| Hex | 6 | 1C | 5D | 5E | 46 | 0 | 40 | E1 | 58 | 13 |
| Octal | 6 | 34 | 135 | 136 | 106 | 0 | 100 | 341 | 130 | 23 |
| Binary | 110 | 11100 | 1011101 | 1011110 | 1000110 | 0 | 1000000 | 11100001 | 1011000 | 10011 |
Color Harmonies of #061C5D
Complementary color
Monochromatic Colors of #061C5D
Black with #061C5D
Text Example
Text Example
White with #061C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C5D; }
p { color: rgb(6,28,93); }
H1.HeaderClassName
{
color: #061C5D;
}
.AnyTagClassName
{
color: #061C5D;
}
</style>
background-color css
<style>
a { background-color: #061C5D; }
a { background-color: rgb(6,28,93); }
div.DivClassName
{
background-color: #061C5D;
}
.BgClassName
{
background-color: #061C5D;
}
</style>
border-color css
<style>
span { border-color: #061C5D; }
span { border-color: rgb(6,28,93); }
td.TdClassName
{
border-color: #061C5D;
}
.TagClassName
{
border-color: #061C5D;
}
</style>