Shades of Sapphire #00215B
Tints of Sapphire #00215B
RGB
CMYK
RGB Variations
Color information
#00215B (or 0x00215B) is known color: Sapphire. HEX triplet: 00, 21 and 5B. RGB value is (0,33,91). Sum of RGB (Red+Green+Blue) = 0+33+91=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 91 (35.94% from 255 or 73.39% from 124); Max value from RGB is 91 - color contains mainly: blue. Hex color #00215B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00215B is #FFDEA4. Grayscale: #1D1D1D. Windows color (decimal): -16768677 or 5972224. OLE color: 5972224.
HSL color Cylindrical-coordinate representation of color #00215B: hue angle of 218.24º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00215B is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 33 | 91 | - |
| CMYK | 1 | 0.64 | 0 | 0.64 |
| HSL | 218.24º | 1% | 0.18% | - |
| HSV(B) | 218.24º | 1% | 0.36% | - |
| XYZ | 2.43 | 1.84 | 10.13 | - |
| YUV | 29.75 | 162.57 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 91 | 1 | 0.64 | 0 | 0.64 | 218.24 | 1 | 0.18 |
| Hex | 0 | 21 | 5B | 64 | 40 | 0 | 40 | DA | 64 | 12 |
| Octal | 0 | 41 | 133 | 144 | 100 | 0 | 100 | 332 | 144 | 22 |
| Binary | 0 | 100001 | 1011011 | 1100100 | 1000000 | 0 | 1000000 | 11011010 | 1100100 | 10010 |
Color Harmonies of #00215B
Complementary color
Monochromatic Colors of #00215B
Black with #00215B
Text Example
Text Example
White with #00215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00215B; }
p { color: rgb(0,33,91); }
H1.HeaderClassName
{
color: #00215B;
}
.AnyTagClassName
{
color: #00215B;
}
</style>
background-color css
<style>
a { background-color: #00215B; }
a { background-color: rgb(0,33,91); }
div.DivClassName
{
background-color: #00215B;
}
.BgClassName
{
background-color: #00215B;
}
</style>
border-color css
<style>
span { border-color: #00215B; }
span { border-color: rgb(0,33,91); }
td.TdClassName
{
border-color: #00215B;
}
.TagClassName
{
border-color: #00215B;
}
</style>