Shades of Sapphire #061358
Tints of Sapphire #061358
RGB
CMYK
RGB Variations
Color information
#061358 (or 0x061358) is known color: Sapphire. HEX triplet: 06, 13 and 58. RGB value is (6,19,88). Sum of RGB (Red+Green+Blue) = 6+19+88=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 88 (34.77% from 255 or 77.88% from 113); Max value from RGB is 88 - color contains mainly: blue. Hex color #061358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061358 is #F9ECA7. Grayscale: #161616. Windows color (decimal): -16379048 or 5772038. OLE color: 5772038.
HSL color Cylindrical-coordinate representation of color #061358: hue angle of 230.49º 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 #061358 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 19 | 88 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.65 |
| HSL | 230.49º | 0.87% | 0.18% | - |
| HSV(B) | 230.49º | 0.93% | 0.35% | - |
| XYZ | 2.07 | 1.21 | 9.36 | - |
| YUV | 22.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 88 | 0.93 | 0.78 | 0 | 0.65 | 230.49 | 0.87 | 0.18 |
| Hex | 6 | 13 | 58 | 5D | 4E | 0 | 41 | E6 | 57 | 12 |
| Octal | 6 | 23 | 130 | 135 | 116 | 0 | 101 | 346 | 127 | 22 |
| Binary | 110 | 10011 | 1011000 | 1011101 | 1001110 | 0 | 1000001 | 11100110 | 1010111 | 10010 |
Color Harmonies of #061358
Complementary color
Monochromatic Colors of #061358
Black with #061358
Text Example
Text Example
White with #061358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061358; }
p { color: rgb(6,19,88); }
H1.HeaderClassName
{
color: #061358;
}
.AnyTagClassName
{
color: #061358;
}
</style>
background-color css
<style>
a { background-color: #061358; }
a { background-color: rgb(6,19,88); }
div.DivClassName
{
background-color: #061358;
}
.BgClassName
{
background-color: #061358;
}
</style>
border-color css
<style>
span { border-color: #061358; }
span { border-color: rgb(6,19,88); }
td.TdClassName
{
border-color: #061358;
}
.TagClassName
{
border-color: #061358;
}
</style>