Shades of Sapphire #061E7E
Tints of Sapphire #061E7E
RGB
CMYK
RGB Variations
Color information
#061E7E (or 0x061E7E) is known color: Sapphire. HEX triplet: 06, 1E and 7E. RGB value is (6,30,126). Sum of RGB (Red+Green+Blue) = 6+30+126=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 126 (49.61% from 255 or 77.78% from 162); Max value from RGB is 126 - color contains mainly: blue. Hex color #061E7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E7E is #F9E181. Grayscale: #212121. Windows color (decimal): -16376194 or 8265222. OLE color: 8265222.
HSL color Cylindrical-coordinate representation of color #061E7E: hue angle of 228º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061E7E is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 30 | 126 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.51 |
| HSL | 228º | 0.91% | 0.26% | - |
| HSV(B) | 228º | 0.95% | 0.49% | - |
| XYZ | 4.31 | 2.47 | 19.99 | - |
| YUV | 33.77 | 180.05 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 126 | 0.95 | 0.76 | 0 | 0.51 | 228 | 0.91 | 0.26 |
| Hex | 6 | 1E | 7E | 5F | 4C | 0 | 33 | E4 | 5B | 1A |
| Octal | 6 | 36 | 176 | 137 | 114 | 0 | 63 | 344 | 133 | 32 |
| Binary | 110 | 11110 | 1111110 | 1011111 | 1001100 | 0 | 110011 | 11100100 | 1011011 | 11010 |
Color Harmonies of #061E7E
Complementary color
Monochromatic Colors of #061E7E
Black with #061E7E
Text Example
Text Example
White with #061E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E7E; }
p { color: rgb(6,30,126); }
H1.HeaderClassName
{
color: #061E7E;
}
.AnyTagClassName
{
color: #061E7E;
}
</style>
background-color css
<style>
a { background-color: #061E7E; }
a { background-color: rgb(6,30,126); }
div.DivClassName
{
background-color: #061E7E;
}
.BgClassName
{
background-color: #061E7E;
}
</style>
border-color css
<style>
span { border-color: #061E7E; }
span { border-color: rgb(6,30,126); }
td.TdClassName
{
border-color: #061E7E;
}
.TagClassName
{
border-color: #061E7E;
}
</style>