Shades of Sapphire #01136A
Tints of Sapphire #01136A
RGB
CMYK
RGB Variations
Color information
#01136A (or 0x01136A) is known color: Sapphire. HEX triplet: 01, 13 and 6A. RGB value is (1,19,106). Sum of RGB (Red+Green+Blue) = 1+19+106=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 106 (41.80% from 255 or 84.13% from 126); Max value from RGB is 106 - color contains mainly: blue. Hex color #01136A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01136A is #FEEC95. Grayscale: #171717. Windows color (decimal): -16706710 or 6951681. OLE color: 6951681.
HSL color Cylindrical-coordinate representation of color #01136A: hue angle of 229.71º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01136A is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 19 | 106 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.58 |
| HSL | 229.71º | 0.98% | 0.21% | - |
| HSV(B) | 229.71º | 0.99% | 0.42% | - |
| XYZ | 2.85 | 1.51 | 13.78 | - |
| YUV | 23.54 | 174.54 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 106 | 0.99 | 0.82 | 0 | 0.58 | 229.71 | 0.98 | 0.21 |
| Hex | 1 | 13 | 6A | 63 | 52 | 0 | 3A | E6 | 62 | 15 |
| Octal | 1 | 23 | 152 | 143 | 122 | 0 | 72 | 346 | 142 | 25 |
| Binary | 1 | 10011 | 1101010 | 1100011 | 1010010 | 0 | 111010 | 11100110 | 1100010 | 10101 |
Color Harmonies of #01136A
Complementary color
Monochromatic Colors of #01136A
Black with #01136A
Text Example
Text Example
White with #01136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01136A; }
p { color: rgb(1,19,106); }
H1.HeaderClassName
{
color: #01136A;
}
.AnyTagClassName
{
color: #01136A;
}
</style>
background-color css
<style>
a { background-color: #01136A; }
a { background-color: rgb(1,19,106); }
div.DivClassName
{
background-color: #01136A;
}
.BgClassName
{
background-color: #01136A;
}
</style>
border-color css
<style>
span { border-color: #01136A; }
span { border-color: rgb(1,19,106); }
td.TdClassName
{
border-color: #01136A;
}
.TagClassName
{
border-color: #01136A;
}
</style>