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