Shades of Sapphire #061E74
Tints of Sapphire #061E74
RGB
CMYK
RGB Variations
Color information
#061E74 (or 0x061E74) is known color: Sapphire. HEX triplet: 06, 1E and 74. RGB value is (6,30,116). Sum of RGB (Red+Green+Blue) = 6+30+116=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 116 (45.70% from 255 or 76.32% from 152); Max value from RGB is 116 - color contains mainly: blue. Hex color #061E74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E74 is #F9E18B. Grayscale: #202020. Windows color (decimal): -16376204 or 7609862. OLE color: 7609862.
HSL color Cylindrical-coordinate representation of color #061E74: hue angle of 226.91º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061E74 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 30 | 116 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.55 |
| HSL | 226.91º | 0.9% | 0.24% | - |
| HSV(B) | 226.91º | 0.95% | 0.45% | - |
| XYZ | 3.69 | 2.23 | 16.76 | - |
| YUV | 32.63 | 175.05 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 116 | 0.95 | 0.74 | 0 | 0.55 | 226.91 | 0.9 | 0.24 |
| Hex | 6 | 1E | 74 | 5F | 4A | 0 | 37 | E3 | 5A | 18 |
| Octal | 6 | 36 | 164 | 137 | 112 | 0 | 67 | 343 | 132 | 30 |
| Binary | 110 | 11110 | 1110100 | 1011111 | 1001010 | 0 | 110111 | 11100011 | 1011010 | 11000 |
Color Harmonies of #061E74
Complementary color
Monochromatic Colors of #061E74
Black with #061E74
Text Example
Text Example
White with #061E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E74; }
p { color: rgb(6,30,116); }
H1.HeaderClassName
{
color: #061E74;
}
.AnyTagClassName
{
color: #061E74;
}
</style>
background-color css
<style>
a { background-color: #061E74; }
a { background-color: rgb(6,30,116); }
div.DivClassName
{
background-color: #061E74;
}
.BgClassName
{
background-color: #061E74;
}
</style>
border-color css
<style>
span { border-color: #061E74; }
span { border-color: rgb(6,30,116); }
td.TdClassName
{
border-color: #061E74;
}
.TagClassName
{
border-color: #061E74;
}
</style>