Shades of Sapphire #061D67
Tints of Sapphire #061D67
RGB
CMYK
RGB Variations
Color information
#061D67 (or 0x061D67) is known color: Sapphire. HEX triplet: 06, 1D and 67. RGB value is (6,29,103). Sum of RGB (Red+Green+Blue) = 6+29+103=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 103 (40.62% from 255 or 74.64% from 138); Max value from RGB is 103 - color contains mainly: blue. Hex color #061D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D67 is #F9E298. Grayscale: #1E1E1E. Windows color (decimal): -16376473 or 6757638. OLE color: 6757638.
HSL color Cylindrical-coordinate representation of color #061D67: hue angle of 225.77º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061D67 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 29 | 103 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.60 |
| HSL | 225.77º | 0.89% | 0.21% | - |
| HSV(B) | 225.77º | 0.94% | 0.4% | - |
| XYZ | 2.96 | 1.9 | 13.04 | - |
| YUV | 30.56 | 168.88 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 103 | 0.94 | 0.72 | 0 | 0.60 | 225.77 | 0.89 | 0.21 |
| Hex | 6 | 1D | 67 | 5E | 48 | 0 | 3C | E2 | 59 | 15 |
| Octal | 6 | 35 | 147 | 136 | 110 | 0 | 74 | 342 | 131 | 25 |
| Binary | 110 | 11101 | 1100111 | 1011110 | 1001000 | 0 | 111100 | 11100010 | 1011001 | 10101 |
Color Harmonies of #061D67
Complementary color
Monochromatic Colors of #061D67
Black with #061D67
Text Example
Text Example
White with #061D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D67; }
p { color: rgb(6,29,103); }
H1.HeaderClassName
{
color: #061D67;
}
.AnyTagClassName
{
color: #061D67;
}
</style>
background-color css
<style>
a { background-color: #061D67; }
a { background-color: rgb(6,29,103); }
div.DivClassName
{
background-color: #061D67;
}
.BgClassName
{
background-color: #061D67;
}
</style>
border-color css
<style>
span { border-color: #061D67; }
span { border-color: rgb(6,29,103); }
td.TdClassName
{
border-color: #061D67;
}
.TagClassName
{
border-color: #061D67;
}
</style>