Shades of Sapphire #01215E
Tints of Sapphire #01215E
RGB
CMYK
RGB Variations
Color information
#01215E (or 0x01215E) is known color: Sapphire. HEX triplet: 01, 21 and 5E. RGB value is (1,33,94). Sum of RGB (Red+Green+Blue) = 1+33+94=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 94 (37.11% from 255 or 73.44% from 128); Max value from RGB is 94 - color contains mainly: blue. Hex color #01215E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01215E is #FEDEA1. Grayscale: #1E1E1E. Windows color (decimal): -16703138 or 6168833. OLE color: 6168833.
HSL color Cylindrical-coordinate representation of color #01215E: hue angle of 219.35º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01215E is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 33 | 94 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.63 |
| HSL | 219.35º | 0.98% | 0.19% | - |
| HSV(B) | 219.35º | 0.99% | 0.37% | - |
| XYZ | 2.58 | 1.9 | 10.82 | - |
| YUV | 30.39 | 163.9 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 94 | 0.99 | 0.65 | 0 | 0.63 | 219.35 | 0.98 | 0.19 |
| Hex | 1 | 21 | 5E | 63 | 41 | 0 | 3F | DB | 62 | 13 |
| Octal | 1 | 41 | 136 | 143 | 101 | 0 | 77 | 333 | 142 | 23 |
| Binary | 1 | 100001 | 1011110 | 1100011 | 1000001 | 0 | 111111 | 11011011 | 1100010 | 10011 |
Color Harmonies of #01215E
Complementary color
Monochromatic Colors of #01215E
Black with #01215E
Text Example
Text Example
White with #01215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01215E; }
p { color: rgb(1,33,94); }
H1.HeaderClassName
{
color: #01215E;
}
.AnyTagClassName
{
color: #01215E;
}
</style>
background-color css
<style>
a { background-color: #01215E; }
a { background-color: rgb(1,33,94); }
div.DivClassName
{
background-color: #01215E;
}
.BgClassName
{
background-color: #01215E;
}
</style>
border-color css
<style>
span { border-color: #01215E; }
span { border-color: rgb(1,33,94); }
td.TdClassName
{
border-color: #01215E;
}
.TagClassName
{
border-color: #01215E;
}
</style>