Shades of Sapphire #061E5A
Tints of Sapphire #061E5A
RGB
CMYK
RGB Variations
Color information
#061E5A (or 0x061E5A) is known color: Sapphire. HEX triplet: 06, 1E and 5A. RGB value is (6,30,90). Sum of RGB (Red+Green+Blue) = 6+30+90=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 90 (35.55% from 255 or 71.43% from 126); Max value from RGB is 90 - color contains mainly: blue. Hex color #061E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E5A is #F9E1A5. Grayscale: #1D1D1D. Windows color (decimal): -16376230 or 5905926. OLE color: 5905926.
HSL color Cylindrical-coordinate representation of color #061E5A: hue angle of 222.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061E5A is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 30 | 90 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.65 |
| HSL | 222.86º | 0.88% | 0.19% | - |
| HSV(B) | 222.86º | 0.93% | 0.35% | - |
| XYZ | 2.38 | 1.71 | 9.88 | - |
| YUV | 29.66 | 162.05 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 90 | 0.93 | 0.67 | 0 | 0.65 | 222.86 | 0.88 | 0.19 |
| Hex | 6 | 1E | 5A | 5D | 43 | 0 | 41 | DF | 58 | 13 |
| Octal | 6 | 36 | 132 | 135 | 103 | 0 | 101 | 337 | 130 | 23 |
| Binary | 110 | 11110 | 1011010 | 1011101 | 1000011 | 0 | 1000001 | 11011111 | 1011000 | 10011 |
Color Harmonies of #061E5A
Complementary color
Monochromatic Colors of #061E5A
Black with #061E5A
Text Example
Text Example
White with #061E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E5A; }
p { color: rgb(6,30,90); }
H1.HeaderClassName
{
color: #061E5A;
}
.AnyTagClassName
{
color: #061E5A;
}
</style>
background-color css
<style>
a { background-color: #061E5A; }
a { background-color: rgb(6,30,90); }
div.DivClassName
{
background-color: #061E5A;
}
.BgClassName
{
background-color: #061E5A;
}
</style>
border-color css
<style>
span { border-color: #061E5A; }
span { border-color: rgb(6,30,90); }
td.TdClassName
{
border-color: #061E5A;
}
.TagClassName
{
border-color: #061E5A;
}
</style>