Shades of Sapphire #01205B
Tints of Sapphire #01205B
RGB
CMYK
RGB Variations
Color information
#01205B (or 0x01205B) is known color: Sapphire. HEX triplet: 01, 20 and 5B. RGB value is (1,32,91). Sum of RGB (Red+Green+Blue) = 1+32+91=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 32 (12.89% from 255 or 25.81% 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 #01205B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01205B is #FEDFA4. Grayscale: #1D1D1D. Windows color (decimal): -16703397 or 5971969. OLE color: 5971969.
HSL color Cylindrical-coordinate representation of color #01205B: hue angle of 219.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01205B is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 32 | 91 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.64 |
| HSL | 219.33º | 0.98% | 0.18% | - |
| HSV(B) | 219.33º | 0.99% | 0.36% | - |
| XYZ | 2.42 | 1.79 | 10.12 | - |
| YUV | 29.46 | 162.73 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 91 | 0.99 | 0.65 | 0 | 0.64 | 219.33 | 0.98 | 0.18 |
| Hex | 1 | 20 | 5B | 63 | 41 | 0 | 40 | DB | 62 | 12 |
| Octal | 1 | 40 | 133 | 143 | 101 | 0 | 100 | 333 | 142 | 22 |
| Binary | 1 | 100000 | 1011011 | 1100011 | 1000001 | 0 | 1000000 | 11011011 | 1100010 | 10010 |
Color Harmonies of #01205B
Complementary color
Monochromatic Colors of #01205B
Black with #01205B
Text Example
Text Example
White with #01205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01205B; }
p { color: rgb(1,32,91); }
H1.HeaderClassName
{
color: #01205B;
}
.AnyTagClassName
{
color: #01205B;
}
</style>
background-color css
<style>
a { background-color: #01205B; }
a { background-color: rgb(1,32,91); }
div.DivClassName
{
background-color: #01205B;
}
.BgClassName
{
background-color: #01205B;
}
</style>
border-color css
<style>
span { border-color: #01205B; }
span { border-color: rgb(1,32,91); }
td.TdClassName
{
border-color: #01205B;
}
.TagClassName
{
border-color: #01205B;
}
</style>