Shades of Sapphire #061355
Tints of Sapphire #061355
RGB
CMYK
RGB Variations
Color information
#061355 (or 0x061355) is known color: Sapphire. HEX triplet: 06, 13 and 55. RGB value is (6,19,85). Sum of RGB (Red+Green+Blue) = 6+19+85=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 85 (33.59% from 255 or 77.27% from 110); Max value from RGB is 85 - color contains mainly: blue. Hex color #061355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061355 is #F9ECAA. Grayscale: #161616. Windows color (decimal): -16379051 or 5575430. OLE color: 5575430.
HSL color Cylindrical-coordinate representation of color #061355: hue angle of 230.13º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061355 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 19 | 85 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.67 |
| HSL | 230.13º | 0.87% | 0.18% | - |
| HSV(B) | 230.13º | 0.93% | 0.33% | - |
| XYZ | 1.95 | 1.16 | 8.72 | - |
| YUV | 22.64 | 163.19 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 85 | 0.93 | 0.78 | 0 | 0.67 | 230.13 | 0.87 | 0.18 |
| Hex | 6 | 13 | 55 | 5D | 4E | 0 | 43 | E6 | 57 | 12 |
| Octal | 6 | 23 | 125 | 135 | 116 | 0 | 103 | 346 | 127 | 22 |
| Binary | 110 | 10011 | 1010101 | 1011101 | 1001110 | 0 | 1000011 | 11100110 | 1010111 | 10010 |
Color Harmonies of #061355
Complementary color
Monochromatic Colors of #061355
Black with #061355
Text Example
Text Example
White with #061355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061355; }
p { color: rgb(6,19,85); }
H1.HeaderClassName
{
color: #061355;
}
.AnyTagClassName
{
color: #061355;
}
</style>
background-color css
<style>
a { background-color: #061355; }
a { background-color: rgb(6,19,85); }
div.DivClassName
{
background-color: #061355;
}
.BgClassName
{
background-color: #061355;
}
</style>
border-color css
<style>
span { border-color: #061355; }
span { border-color: rgb(6,19,85); }
td.TdClassName
{
border-color: #061355;
}
.TagClassName
{
border-color: #061355;
}
</style>