Shades of Sapphire #01225B
Tints of Sapphire #01225B
RGB
CMYK
RGB Variations
Color information
#01225B (or 0x01225B) is known color: Sapphire. HEX triplet: 01, 22 and 5B. RGB value is (1,34,91). Sum of RGB (Red+Green+Blue) = 1+34+91=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 91 (35.94% from 255 or 72.22% from 126); Max value from RGB is 91 - color contains mainly: blue. Hex color #01225B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01225B is #FEDDA4. Grayscale: #1E1E1E. Windows color (decimal): -16702885 or 5972481. OLE color: 5972481.
HSL color Cylindrical-coordinate representation of color #01225B: hue angle of 218º 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 #01225B is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 34 | 91 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.64 |
| HSL | 218º | 0.98% | 0.18% | - |
| HSV(B) | 218º | 0.99% | 0.36% | - |
| XYZ | 2.47 | 1.91 | 10.14 | - |
| YUV | 30.63 | 162.07 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 91 | 0.99 | 0.63 | 0 | 0.64 | 218 | 0.98 | 0.18 |
| Hex | 1 | 22 | 5B | 63 | 3F | 0 | 40 | DA | 62 | 12 |
| Octal | 1 | 42 | 133 | 143 | 77 | 0 | 100 | 332 | 142 | 22 |
| Binary | 1 | 100010 | 1011011 | 1100011 | 111111 | 0 | 1000000 | 11011010 | 1100010 | 10010 |
Color Harmonies of #01225B
Complementary color
Monochromatic Colors of #01225B
Black with #01225B
Text Example
Text Example
White with #01225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01225B; }
p { color: rgb(1,34,91); }
H1.HeaderClassName
{
color: #01225B;
}
.AnyTagClassName
{
color: #01225B;
}
</style>
background-color css
<style>
a { background-color: #01225B; }
a { background-color: rgb(1,34,91); }
div.DivClassName
{
background-color: #01225B;
}
.BgClassName
{
background-color: #01225B;
}
</style>
border-color css
<style>
span { border-color: #01225B; }
span { border-color: rgb(1,34,91); }
td.TdClassName
{
border-color: #01225B;
}
.TagClassName
{
border-color: #01225B;
}
</style>