Shades of Sapphire #061F4B
Tints of Sapphire #061F4B
RGB
CMYK
RGB Variations
Color information
#061F4B (or 0x061F4B) is known color: Sapphire. HEX triplet: 06, 1F and 4B. RGB value is (6,31,75). Sum of RGB (Red+Green+Blue) = 6+31+75=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 75 (29.69% from 255 or 66.96% from 112); Max value from RGB is 75 - color contains mainly: blue. Hex color #061F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F4B is #F9E0B4. Grayscale: #1C1C1C. Windows color (decimal): -16375989 or 4923142. OLE color: 4923142.
HSL color Cylindrical-coordinate representation of color #061F4B: hue angle of 218.26º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061F4B is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 31 | 75 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.71 |
| HSL | 218.26º | 0.85% | 0.16% | - |
| HSV(B) | 218.26º | 0.92% | 0.29% | - |
| XYZ | 1.84 | 1.53 | 6.85 | - |
| YUV | 28.54 | 154.22 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 75 | 0.92 | 0.59 | 0 | 0.71 | 218.26 | 0.85 | 0.16 |
| Hex | 6 | 1F | 4B | 5C | 3B | 0 | 47 | DA | 55 | 10 |
| Octal | 6 | 37 | 113 | 134 | 73 | 0 | 107 | 332 | 125 | 20 |
| Binary | 110 | 11111 | 1001011 | 1011100 | 111011 | 0 | 1000111 | 11011010 | 1010101 | 10000 |
Color Harmonies of #061F4B
Complementary color
Monochromatic Colors of #061F4B
Black with #061F4B
Text Example
Text Example
White with #061F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F4B; }
p { color: rgb(6,31,75); }
H1.HeaderClassName
{
color: #061F4B;
}
.AnyTagClassName
{
color: #061F4B;
}
</style>
background-color css
<style>
a { background-color: #061F4B; }
a { background-color: rgb(6,31,75); }
div.DivClassName
{
background-color: #061F4B;
}
.BgClassName
{
background-color: #061F4B;
}
</style>
border-color css
<style>
span { border-color: #061F4B; }
span { border-color: rgb(6,31,75); }
td.TdClassName
{
border-color: #061F4B;
}
.TagClassName
{
border-color: #061F4B;
}
</style>