Shades of Sapphire #06217B
Tints of Sapphire #06217B
RGB
CMYK
RGB Variations
Color information
#06217B (or 0x06217B) is known color: Sapphire. HEX triplet: 06, 21 and 7B. RGB value is (6,33,123). Sum of RGB (Red+Green+Blue) = 6+33+123=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 123 (48.44% from 255 or 75.93% from 162); Max value from RGB is 123 - color contains mainly: blue. Hex color #06217B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06217B is #F9DE84. Grayscale: #222222. Windows color (decimal): -16375429 or 8069382. OLE color: 8069382.
HSL color Cylindrical-coordinate representation of color #06217B: hue angle of 226.15º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06217B is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 33 | 123 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.52 |
| HSL | 226.15º | 0.91% | 0.25% | - |
| HSV(B) | 226.15º | 0.95% | 0.48% | - |
| XYZ | 4.19 | 2.56 | 19.01 | - |
| YUV | 35.19 | 177.55 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 123 | 0.95 | 0.73 | 0 | 0.52 | 226.15 | 0.91 | 0.25 |
| Hex | 6 | 21 | 7B | 5F | 49 | 0 | 34 | E2 | 5B | 19 |
| Octal | 6 | 41 | 173 | 137 | 111 | 0 | 64 | 342 | 133 | 31 |
| Binary | 110 | 100001 | 1111011 | 1011111 | 1001001 | 0 | 110100 | 11100010 | 1011011 | 11001 |
Color Harmonies of #06217B
Complementary color
Monochromatic Colors of #06217B
Black with #06217B
Text Example
Text Example
White with #06217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06217B; }
p { color: rgb(6,33,123); }
H1.HeaderClassName
{
color: #06217B;
}
.AnyTagClassName
{
color: #06217B;
}
</style>
background-color css
<style>
a { background-color: #06217B; }
a { background-color: rgb(6,33,123); }
div.DivClassName
{
background-color: #06217B;
}
.BgClassName
{
background-color: #06217B;
}
</style>
border-color css
<style>
span { border-color: #06217B; }
span { border-color: rgb(6,33,123); }
td.TdClassName
{
border-color: #06217B;
}
.TagClassName
{
border-color: #06217B;
}
</style>