Shades of Sapphire #061A53
Tints of Sapphire #061A53
RGB
CMYK
RGB Variations
Color information
#061A53 (or 0x061A53) is known color: Sapphire. HEX triplet: 06, 1A and 53. RGB value is (6,26,83). Sum of RGB (Red+Green+Blue) = 6+26+83=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 83 (32.81% from 255 or 72.17% from 115); Max value from RGB is 83 - color contains mainly: blue. Hex color #061A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A53 is #F9E5AC. Grayscale: #1A1A1A. Windows color (decimal): -16377261 or 5446150. OLE color: 5446150.
HSL color Cylindrical-coordinate representation of color #061A53: hue angle of 224.42º 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 #061A53 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 26 | 83 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.67 |
| HSL | 224.42º | 0.87% | 0.17% | - |
| HSV(B) | 224.42º | 0.93% | 0.33% | - |
| XYZ | 2.01 | 1.4 | 8.35 | - |
| YUV | 26.52 | 159.87 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 83 | 0.93 | 0.69 | 0 | 0.67 | 224.42 | 0.87 | 0.17 |
| Hex | 6 | 1A | 53 | 5D | 45 | 0 | 43 | E0 | 57 | 11 |
| Octal | 6 | 32 | 123 | 135 | 105 | 0 | 103 | 340 | 127 | 21 |
| Binary | 110 | 11010 | 1010011 | 1011101 | 1000101 | 0 | 1000011 | 11100000 | 1010111 | 10001 |
Color Harmonies of #061A53
Complementary color
Monochromatic Colors of #061A53
Black with #061A53
Text Example
Text Example
White with #061A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A53; }
p { color: rgb(6,26,83); }
H1.HeaderClassName
{
color: #061A53;
}
.AnyTagClassName
{
color: #061A53;
}
</style>
background-color css
<style>
a { background-color: #061A53; }
a { background-color: rgb(6,26,83); }
div.DivClassName
{
background-color: #061A53;
}
.BgClassName
{
background-color: #061A53;
}
</style>
border-color css
<style>
span { border-color: #061A53; }
span { border-color: rgb(6,26,83); }
td.TdClassName
{
border-color: #061A53;
}
.TagClassName
{
border-color: #061A53;
}
</style>