Shades of Sapphire #01125A
Tints of Sapphire #01125A
RGB
CMYK
RGB Variations
Color information
#01125A (or 0x01125A) is known color: Sapphire. HEX triplet: 01, 12 and 5A. RGB value is (1,18,90). Sum of RGB (Red+Green+Blue) = 1+18+90=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 90 (35.55% from 255 or 82.57% from 109); Max value from RGB is 90 - color contains mainly: blue. Hex color #01125A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01125A is #FEEDA5. Grayscale: #141414. Windows color (decimal): -16706982 or 5902849. OLE color: 5902849.
HSL color Cylindrical-coordinate representation of color #01125A: hue angle of 228.54º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01125A is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 18 | 90 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.65 |
| HSL | 228.54º | 0.98% | 0.18% | - |
| HSV(B) | 228.54º | 0.99% | 0.35% | - |
| XYZ | 2.07 | 1.18 | 9.79 | - |
| YUV | 21.13 | 166.87 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 90 | 0.99 | 0.80 | 0 | 0.65 | 228.54 | 0.98 | 0.18 |
| Hex | 1 | 12 | 5A | 63 | 50 | 0 | 41 | E5 | 62 | 12 |
| Octal | 1 | 22 | 132 | 143 | 120 | 0 | 101 | 345 | 142 | 22 |
| Binary | 1 | 10010 | 1011010 | 1100011 | 1010000 | 0 | 1000001 | 11100101 | 1100010 | 10010 |
Color Harmonies of #01125A
Complementary color
Monochromatic Colors of #01125A
Black with #01125A
Text Example
Text Example
White with #01125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01125A; }
p { color: rgb(1,18,90); }
H1.HeaderClassName
{
color: #01125A;
}
.AnyTagClassName
{
color: #01125A;
}
</style>
background-color css
<style>
a { background-color: #01125A; }
a { background-color: rgb(1,18,90); }
div.DivClassName
{
background-color: #01125A;
}
.BgClassName
{
background-color: #01125A;
}
</style>
border-color css
<style>
span { border-color: #01125A; }
span { border-color: rgb(1,18,90); }
td.TdClassName
{
border-color: #01125A;
}
.TagClassName
{
border-color: #01125A;
}
</style>