Shades of Sapphire #062249
Tints of Sapphire #062249
RGB
CMYK
RGB Variations
Color information
#062249 (or 0x062249) is known color: Sapphire. HEX triplet: 06, 22 and 49. RGB value is (6,34,73). Sum of RGB (Red+Green+Blue) = 6+34+73=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #062249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062249 is #F9DDB6. Grayscale: #1D1D1D. Windows color (decimal): -16375223 or 4792838. OLE color: 4792838.
HSL color Cylindrical-coordinate representation of color #062249: hue angle of 214.93º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062249 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 34 | 73 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.71 |
| HSL | 214.93º | 0.85% | 0.15% | - |
| HSV(B) | 214.93º | 0.92% | 0.29% | - |
| XYZ | 1.85 | 1.66 | 6.53 | - |
| YUV | 30.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 73 | 0.92 | 0.53 | 0 | 0.71 | 214.93 | 0.85 | 0.15 |
| Hex | 6 | 22 | 49 | 5C | 35 | 0 | 47 | D7 | 55 | F |
| Octal | 6 | 42 | 111 | 134 | 65 | 0 | 107 | 327 | 125 | 17 |
| Binary | 110 | 100010 | 1001001 | 1011100 | 110101 | 0 | 1000111 | 11010111 | 1010101 | 1111 |
Color Harmonies of #062249
Complementary color
Monochromatic Colors of #062249
Black with #062249
Text Example
Text Example
White with #062249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062249; }
p { color: rgb(6,34,73); }
H1.HeaderClassName
{
color: #062249;
}
.AnyTagClassName
{
color: #062249;
}
</style>
background-color css
<style>
a { background-color: #062249; }
a { background-color: rgb(6,34,73); }
div.DivClassName
{
background-color: #062249;
}
.BgClassName
{
background-color: #062249;
}
</style>
border-color css
<style>
span { border-color: #062249; }
span { border-color: rgb(6,34,73); }
td.TdClassName
{
border-color: #062249;
}
.TagClassName
{
border-color: #062249;
}
</style>