Shades of Sapphire #061353
Tints of Sapphire #061353
RGB
CMYK
RGB Variations
Color information
#061353 (or 0x061353) is known color: Sapphire. HEX triplet: 06, 13 and 53. RGB value is (6,19,83). Sum of RGB (Red+Green+Blue) = 6+19+83=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 83 (32.81% from 255 or 76.85% from 108); Max value from RGB is 83 - color contains mainly: blue. Hex color #061353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061353 is #F9ECAC. Grayscale: #161616. Windows color (decimal): -16379053 or 5444358. OLE color: 5444358.
HSL color Cylindrical-coordinate representation of color #061353: hue angle of 229.87º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061353 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 19 | 83 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.67 |
| HSL | 229.87º | 0.87% | 0.17% | - |
| HSV(B) | 229.87º | 0.93% | 0.33% | - |
| XYZ | 1.87 | 1.13 | 8.3 | - |
| YUV | 22.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 83 | 0.93 | 0.77 | 0 | 0.67 | 229.87 | 0.87 | 0.17 |
| Hex | 6 | 13 | 53 | 5D | 4D | 0 | 43 | E6 | 57 | 11 |
| Octal | 6 | 23 | 123 | 135 | 115 | 0 | 103 | 346 | 127 | 21 |
| Binary | 110 | 10011 | 1010011 | 1011101 | 1001101 | 0 | 1000011 | 11100110 | 1010111 | 10001 |
Color Harmonies of #061353
Complementary color
Monochromatic Colors of #061353
Black with #061353
Text Example
Text Example
White with #061353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061353; }
p { color: rgb(6,19,83); }
H1.HeaderClassName
{
color: #061353;
}
.AnyTagClassName
{
color: #061353;
}
</style>
background-color css
<style>
a { background-color: #061353; }
a { background-color: rgb(6,19,83); }
div.DivClassName
{
background-color: #061353;
}
.BgClassName
{
background-color: #061353;
}
</style>
border-color css
<style>
span { border-color: #061353; }
span { border-color: rgb(6,19,83); }
td.TdClassName
{
border-color: #061353;
}
.TagClassName
{
border-color: #061353;
}
</style>