Shades of Sapphire #061E55
Tints of Sapphire #061E55
RGB
CMYK
RGB Variations
Color information
#061E55 (or 0x061E55) is known color: Sapphire. HEX triplet: 06, 1E and 55. RGB value is (6,30,85). Sum of RGB (Red+Green+Blue) = 6+30+85=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 85 (33.59% from 255 or 70.25% from 121); Max value from RGB is 85 - color contains mainly: blue. Hex color #061E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E55 is #F9E1AA. Grayscale: #1C1C1C. Windows color (decimal): -16376235 or 5578246. OLE color: 5578246.
HSL color Cylindrical-coordinate representation of color #061E55: hue angle of 221.77º 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 #061E55 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 30 | 85 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.67 |
| HSL | 221.77º | 0.87% | 0.18% | - |
| HSV(B) | 221.77º | 0.93% | 0.33% | - |
| XYZ | 2.18 | 1.62 | 8.79 | - |
| YUV | 29.09 | 159.55 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 85 | 0.93 | 0.65 | 0 | 0.67 | 221.77 | 0.87 | 0.18 |
| Hex | 6 | 1E | 55 | 5D | 41 | 0 | 43 | DE | 57 | 12 |
| Octal | 6 | 36 | 125 | 135 | 101 | 0 | 103 | 336 | 127 | 22 |
| Binary | 110 | 11110 | 1010101 | 1011101 | 1000001 | 0 | 1000011 | 11011110 | 1010111 | 10010 |
Color Harmonies of #061E55
Complementary color
Monochromatic Colors of #061E55
Black with #061E55
Text Example
Text Example
White with #061E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E55; }
p { color: rgb(6,30,85); }
H1.HeaderClassName
{
color: #061E55;
}
.AnyTagClassName
{
color: #061E55;
}
</style>
background-color css
<style>
a { background-color: #061E55; }
a { background-color: rgb(6,30,85); }
div.DivClassName
{
background-color: #061E55;
}
.BgClassName
{
background-color: #061E55;
}
</style>
border-color css
<style>
span { border-color: #061E55; }
span { border-color: rgb(6,30,85); }
td.TdClassName
{
border-color: #061E55;
}
.TagClassName
{
border-color: #061E55;
}
</style>