Shades of Sapphire #06215B
Tints of Sapphire #06215B
RGB
CMYK
RGB Variations
Color information
#06215B (or 0x06215B) is known color: Sapphire. HEX triplet: 06, 21 and 5B. RGB value is (6,33,91). Sum of RGB (Red+Green+Blue) = 6+33+91=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #06215B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06215B is #F9DEA4. Grayscale: #1F1F1F. Windows color (decimal): -16375461 or 5972230. OLE color: 5972230.
HSL color Cylindrical-coordinate representation of color #06215B: hue angle of 220.94º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06215B is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 33 | 91 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.64 |
| HSL | 220.94º | 0.88% | 0.19% | - |
| HSV(B) | 220.94º | 0.93% | 0.36% | - |
| XYZ | 2.51 | 1.88 | 10.13 | - |
| YUV | 31.54 | 161.55 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 91 | 0.93 | 0.64 | 0 | 0.64 | 220.94 | 0.88 | 0.19 |
| Hex | 6 | 21 | 5B | 5D | 40 | 0 | 40 | DD | 58 | 13 |
| Octal | 6 | 41 | 133 | 135 | 100 | 0 | 100 | 335 | 130 | 23 |
| Binary | 110 | 100001 | 1011011 | 1011101 | 1000000 | 0 | 1000000 | 11011101 | 1011000 | 10011 |
Color Harmonies of #06215B
Complementary color
Monochromatic Colors of #06215B
Black with #06215B
Text Example
Text Example
White with #06215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06215B; }
p { color: rgb(6,33,91); }
H1.HeaderClassName
{
color: #06215B;
}
.AnyTagClassName
{
color: #06215B;
}
</style>
background-color css
<style>
a { background-color: #06215B; }
a { background-color: rgb(6,33,91); }
div.DivClassName
{
background-color: #06215B;
}
.BgClassName
{
background-color: #06215B;
}
</style>
border-color css
<style>
span { border-color: #06215B; }
span { border-color: rgb(6,33,91); }
td.TdClassName
{
border-color: #06215B;
}
.TagClassName
{
border-color: #06215B;
}
</style>