Shades of Sapphire #061F48
Tints of Sapphire #061F48
RGB
CMYK
RGB Variations
Color information
#061F48 (or 0x061F48) is known color: Sapphire. HEX triplet: 06, 1F and 48. RGB value is (6,31,72). Sum of RGB (Red+Green+Blue) = 6+31+72=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #061F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F48 is #F9E0B7. Grayscale: #1C1C1C. Windows color (decimal): -16375992 or 4726534. OLE color: 4726534.
HSL color Cylindrical-coordinate representation of color #061F48: hue angle of 217.27º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061F48 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 31 | 72 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.72 |
| HSL | 217.27º | 0.85% | 0.15% | - |
| HSV(B) | 217.27º | 0.92% | 0.28% | - |
| XYZ | 1.73 | 1.49 | 6.33 | - |
| YUV | 28.2 | 152.72 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 72 | 0.92 | 0.57 | 0 | 0.72 | 217.27 | 0.85 | 0.15 |
| Hex | 6 | 1F | 48 | 5C | 39 | 0 | 48 | D9 | 55 | F |
| Octal | 6 | 37 | 110 | 134 | 71 | 0 | 110 | 331 | 125 | 17 |
| Binary | 110 | 11111 | 1001000 | 1011100 | 111001 | 0 | 1001000 | 11011001 | 1010101 | 1111 |
Color Harmonies of #061F48
Complementary color
Monochromatic Colors of #061F48
Black with #061F48
Text Example
Text Example
White with #061F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F48; }
p { color: rgb(6,31,72); }
H1.HeaderClassName
{
color: #061F48;
}
.AnyTagClassName
{
color: #061F48;
}
</style>
background-color css
<style>
a { background-color: #061F48; }
a { background-color: rgb(6,31,72); }
div.DivClassName
{
background-color: #061F48;
}
.BgClassName
{
background-color: #061F48;
}
</style>
border-color css
<style>
span { border-color: #061F48; }
span { border-color: rgb(6,31,72); }
td.TdClassName
{
border-color: #061F48;
}
.TagClassName
{
border-color: #061F48;
}
</style>