Shades of Sapphire #061858
Tints of Sapphire #061858
RGB
CMYK
RGB Variations
Color information
#061858 (or 0x061858) is known color: Sapphire. HEX triplet: 06, 18 and 58. RGB value is (6,24,88). Sum of RGB (Red+Green+Blue) = 6+24+88=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 88 (34.77% from 255 or 74.58% from 118); Max value from RGB is 88 - color contains mainly: blue. Hex color #061858 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061858 is #F9E7A7. Grayscale: #191919. Windows color (decimal): -16377768 or 5773318. OLE color: 5773318.
HSL color Cylindrical-coordinate representation of color #061858: hue angle of 226.83º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061858 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 24 | 88 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.65 |
| HSL | 226.83º | 0.87% | 0.18% | - |
| HSV(B) | 226.83º | 0.93% | 0.35% | - |
| XYZ | 2.16 | 1.4 | 9.39 | - |
| YUV | 25.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 88 | 0.93 | 0.73 | 0 | 0.65 | 226.83 | 0.87 | 0.18 |
| Hex | 6 | 18 | 58 | 5D | 49 | 0 | 41 | E3 | 57 | 12 |
| Octal | 6 | 30 | 130 | 135 | 111 | 0 | 101 | 343 | 127 | 22 |
| Binary | 110 | 11000 | 1011000 | 1011101 | 1001001 | 0 | 1000001 | 11100011 | 1010111 | 10010 |
Color Harmonies of #061858
Complementary color
Monochromatic Colors of #061858
Black with #061858
Text Example
Text Example
White with #061858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061858; }
p { color: rgb(6,24,88); }
H1.HeaderClassName
{
color: #061858;
}
.AnyTagClassName
{
color: #061858;
}
</style>
background-color css
<style>
a { background-color: #061858; }
a { background-color: rgb(6,24,88); }
div.DivClassName
{
background-color: #061858;
}
.BgClassName
{
background-color: #061858;
}
</style>
border-color css
<style>
span { border-color: #061858; }
span { border-color: rgb(6,24,88); }
td.TdClassName
{
border-color: #061858;
}
.TagClassName
{
border-color: #061858;
}
</style>