Shades of Sapphire #061C5E
Tints of Sapphire #061C5E
RGB
CMYK
RGB Variations
Color information
#061C5E (or 0x061C5E) is known color: Sapphire. HEX triplet: 06, 1C and 5E. RGB value is (6,28,94). Sum of RGB (Red+Green+Blue) = 6+28+94=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 94 (37.11% from 255 or 73.44% from 128); Max value from RGB is 94 - color contains mainly: blue. Hex color #061C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C5E is #F9E3A1. Grayscale: #1C1C1C. Windows color (decimal): -16376738 or 6167558. OLE color: 6167558.
HSL color Cylindrical-coordinate representation of color #061C5E: hue angle of 225º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061C5E is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 28 | 94 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.63 |
| HSL | 225º | 0.88% | 0.2% | - |
| HSV(B) | 225º | 0.94% | 0.37% | - |
| XYZ | 2.51 | 1.68 | 10.78 | - |
| YUV | 28.95 | 164.71 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 94 | 0.94 | 0.70 | 0 | 0.63 | 225 | 0.88 | 0.2 |
| Hex | 6 | 1C | 5E | 5E | 46 | 0 | 3F | E1 | 58 | 14 |
| Octal | 6 | 34 | 136 | 136 | 106 | 0 | 77 | 341 | 130 | 24 |
| Binary | 110 | 11100 | 1011110 | 1011110 | 1000110 | 0 | 111111 | 11100001 | 1011000 | 10100 |
Color Harmonies of #061C5E
Complementary color
Monochromatic Colors of #061C5E
Black with #061C5E
Text Example
Text Example
White with #061C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C5E; }
p { color: rgb(6,28,94); }
H1.HeaderClassName
{
color: #061C5E;
}
.AnyTagClassName
{
color: #061C5E;
}
</style>
background-color css
<style>
a { background-color: #061C5E; }
a { background-color: rgb(6,28,94); }
div.DivClassName
{
background-color: #061C5E;
}
.BgClassName
{
background-color: #061C5E;
}
</style>
border-color css
<style>
span { border-color: #061C5E; }
span { border-color: rgb(6,28,94); }
td.TdClassName
{
border-color: #061C5E;
}
.TagClassName
{
border-color: #061C5E;
}
</style>