Shades of Sapphire #061E53
Tints of Sapphire #061E53
RGB
CMYK
RGB Variations
Color information
#061E53 (or 0x061E53) is known color: Sapphire. HEX triplet: 06, 1E and 53. RGB value is (6,30,83). Sum of RGB (Red+Green+Blue) = 6+30+83=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 83 (32.81% from 255 or 69.75% from 119); Max value from RGB is 83 - color contains mainly: blue. Hex color #061E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E53 is #F9E1AC. Grayscale: #1C1C1C. Windows color (decimal): -16376237 or 5447174. OLE color: 5447174.
HSL color Cylindrical-coordinate representation of color #061E53: hue angle of 221.3º 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 #061E53 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 30 | 83 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.67 |
| HSL | 221.3º | 0.87% | 0.17% | - |
| HSV(B) | 221.3º | 0.93% | 0.33% | - |
| XYZ | 2.1 | 1.59 | 8.38 | - |
| YUV | 28.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 83 | 0.93 | 0.64 | 0 | 0.67 | 221.3 | 0.87 | 0.17 |
| Hex | 6 | 1E | 53 | 5D | 40 | 0 | 43 | DD | 57 | 11 |
| Octal | 6 | 36 | 123 | 135 | 100 | 0 | 103 | 335 | 127 | 21 |
| Binary | 110 | 11110 | 1010011 | 1011101 | 1000000 | 0 | 1000011 | 11011101 | 1010111 | 10001 |
Color Harmonies of #061E53
Complementary color
Monochromatic Colors of #061E53
Black with #061E53
Text Example
Text Example
White with #061E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E53; }
p { color: rgb(6,30,83); }
H1.HeaderClassName
{
color: #061E53;
}
.AnyTagClassName
{
color: #061E53;
}
</style>
background-color css
<style>
a { background-color: #061E53; }
a { background-color: rgb(6,30,83); }
div.DivClassName
{
background-color: #061E53;
}
.BgClassName
{
background-color: #061E53;
}
</style>
border-color css
<style>
span { border-color: #061E53; }
span { border-color: rgb(6,30,83); }
td.TdClassName
{
border-color: #061E53;
}
.TagClassName
{
border-color: #061E53;
}
</style>