Shades of Sapphire #06224E
Tints of Sapphire #06224E
RGB
CMYK
RGB Variations
Color information
#06224E (or 0x06224E) is known color: Sapphire. HEX triplet: 06, 22 and 4E. RGB value is (6,34,78). Sum of RGB (Red+Green+Blue) = 6+34+78=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 78 (30.86% from 255 or 66.10% from 118); Max value from RGB is 78 - color contains mainly: blue. Hex color #06224E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06224E is #F9DDB1. Grayscale: #1E1E1E. Windows color (decimal): -16375218 or 5120518. OLE color: 5120518.
HSL color Cylindrical-coordinate representation of color #06224E: hue angle of 216.67º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06224E is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 34 | 78 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.69 |
| HSL | 216.67º | 0.86% | 0.16% | - |
| HSV(B) | 216.67º | 0.92% | 0.31% | - |
| XYZ | 2.02 | 1.73 | 7.44 | - |
| YUV | 30.64 | 154.72 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 78 | 0.92 | 0.56 | 0 | 0.69 | 216.67 | 0.86 | 0.16 |
| Hex | 6 | 22 | 4E | 5C | 38 | 0 | 45 | D9 | 56 | 10 |
| Octal | 6 | 42 | 116 | 134 | 70 | 0 | 105 | 331 | 126 | 20 |
| Binary | 110 | 100010 | 1001110 | 1011100 | 111000 | 0 | 1000101 | 11011001 | 1010110 | 10000 |
Color Harmonies of #06224E
Complementary color
Monochromatic Colors of #06224E
Black with #06224E
Text Example
Text Example
White with #06224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06224E; }
p { color: rgb(6,34,78); }
H1.HeaderClassName
{
color: #06224E;
}
.AnyTagClassName
{
color: #06224E;
}
</style>
background-color css
<style>
a { background-color: #06224E; }
a { background-color: rgb(6,34,78); }
div.DivClassName
{
background-color: #06224E;
}
.BgClassName
{
background-color: #06224E;
}
</style>
border-color css
<style>
span { border-color: #06224E; }
span { border-color: rgb(6,34,78); }
td.TdClassName
{
border-color: #06224E;
}
.TagClassName
{
border-color: #06224E;
}
</style>