Shades of Sapphire #061E84
Tints of Sapphire #061E84
RGB
CMYK
RGB Variations
Color information
#061E84 (or 0x061E84) is known color: Sapphire. HEX triplet: 06, 1E and 84. RGB value is (6,30,132). Sum of RGB (Red+Green+Blue) = 6+30+132=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 132 (51.95% from 255 or 78.57% from 168); Max value from RGB is 132 - color contains mainly: blue. Hex color #061E84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061E84 is #F9E17B. Grayscale: #222222. Windows color (decimal): -16376188 or 8658438. OLE color: 8658438.
HSL color Cylindrical-coordinate representation of color #061E84: hue angle of 228.57º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061E84 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 30 | 132 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.48 |
| HSL | 228.57º | 0.91% | 0.27% | - |
| HSV(B) | 228.57º | 0.95% | 0.52% | - |
| XYZ | 4.7 | 2.63 | 22.09 | - |
| YUV | 34.45 | 183.05 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 132 | 0.95 | 0.77 | 0 | 0.48 | 228.57 | 0.91 | 0.27 |
| Hex | 6 | 1E | 84 | 5F | 4D | 0 | 30 | E5 | 5B | 1B |
| Octal | 6 | 36 | 204 | 137 | 115 | 0 | 60 | 345 | 133 | 33 |
| Binary | 110 | 11110 | 10000100 | 1011111 | 1001101 | 0 | 110000 | 11100101 | 1011011 | 11011 |
Color Harmonies of #061E84
Complementary color
Monochromatic Colors of #061E84
Black with #061E84
Text Example
Text Example
White with #061E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E84; }
p { color: rgb(6,30,132); }
H1.HeaderClassName
{
color: #061E84;
}
.AnyTagClassName
{
color: #061E84;
}
</style>
background-color css
<style>
a { background-color: #061E84; }
a { background-color: rgb(6,30,132); }
div.DivClassName
{
background-color: #061E84;
}
.BgClassName
{
background-color: #061E84;
}
</style>
border-color css
<style>
span { border-color: #061E84; }
span { border-color: rgb(6,30,132); }
td.TdClassName
{
border-color: #061E84;
}
.TagClassName
{
border-color: #061E84;
}
</style>