Shades of Sapphire #061F7C
Tints of Sapphire #061F7C
RGB
CMYK
RGB Variations
Color information
#061F7C (or 0x061F7C) is known color: Sapphire. HEX triplet: 06, 1F and 7C. RGB value is (6,31,124). Sum of RGB (Red+Green+Blue) = 6+31+124=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 124 (48.83% from 255 or 77.02% from 161); Max value from RGB is 124 - color contains mainly: blue. Hex color #061F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061F7C is #F9E083. Grayscale: #212121. Windows color (decimal): -16375940 or 8134406. OLE color: 8134406.
HSL color Cylindrical-coordinate representation of color #061F7C: hue angle of 227.29º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061F7C is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 31 | 124 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.51 |
| HSL | 227.29º | 0.91% | 0.25% | - |
| HSV(B) | 227.29º | 0.95% | 0.49% | - |
| XYZ | 4.2 | 2.47 | 19.32 | - |
| YUV | 34.13 | 178.72 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 124 | 0.95 | 0.75 | 0 | 0.51 | 227.29 | 0.91 | 0.25 |
| Hex | 6 | 1F | 7C | 5F | 4B | 0 | 33 | E3 | 5B | 19 |
| Octal | 6 | 37 | 174 | 137 | 113 | 0 | 63 | 343 | 133 | 31 |
| Binary | 110 | 11111 | 1111100 | 1011111 | 1001011 | 0 | 110011 | 11100011 | 1011011 | 11001 |
Color Harmonies of #061F7C
Complementary color
Monochromatic Colors of #061F7C
Black with #061F7C
Text Example
Text Example
White with #061F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F7C; }
p { color: rgb(6,31,124); }
H1.HeaderClassName
{
color: #061F7C;
}
.AnyTagClassName
{
color: #061F7C;
}
</style>
background-color css
<style>
a { background-color: #061F7C; }
a { background-color: rgb(6,31,124); }
div.DivClassName
{
background-color: #061F7C;
}
.BgClassName
{
background-color: #061F7C;
}
</style>
border-color css
<style>
span { border-color: #061F7C; }
span { border-color: rgb(6,31,124); }
td.TdClassName
{
border-color: #061F7C;
}
.TagClassName
{
border-color: #061F7C;
}
</style>