Shades of Sapphire #01136C
Tints of Sapphire #01136C
RGB
CMYK
RGB Variations
Color information
#01136C (or 0x01136C) is known color: Sapphire. HEX triplet: 01, 13 and 6C. RGB value is (1,19,108). Sum of RGB (Red+Green+Blue) = 1+19+108=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 108 (42.58% from 255 or 84.38% from 128); Max value from RGB is 108 - color contains mainly: blue. Hex color #01136C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01136C is #FEEC93. Grayscale: #171717. Windows color (decimal): -16706708 or 7082753. OLE color: 7082753.
HSL color Cylindrical-coordinate representation of color #01136C: hue angle of 229.91º 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 #01136C is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 19 | 108 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.58 |
| HSL | 229.91º | 0.98% | 0.21% | - |
| HSV(B) | 229.91º | 0.99% | 0.42% | - |
| XYZ | 2.95 | 1.55 | 14.33 | - |
| YUV | 23.76 | 175.54 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 108 | 0.99 | 0.82 | 0 | 0.58 | 229.91 | 0.98 | 0.21 |
| Hex | 1 | 13 | 6C | 63 | 52 | 0 | 3A | E6 | 62 | 15 |
| Octal | 1 | 23 | 154 | 143 | 122 | 0 | 72 | 346 | 142 | 25 |
| Binary | 1 | 10011 | 1101100 | 1100011 | 1010010 | 0 | 111010 | 11100110 | 1100010 | 10101 |
Color Harmonies of #01136C
Complementary color
Monochromatic Colors of #01136C
Black with #01136C
Text Example
Text Example
White with #01136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01136C; }
p { color: rgb(1,19,108); }
H1.HeaderClassName
{
color: #01136C;
}
.AnyTagClassName
{
color: #01136C;
}
</style>
background-color css
<style>
a { background-color: #01136C; }
a { background-color: rgb(1,19,108); }
div.DivClassName
{
background-color: #01136C;
}
.BgClassName
{
background-color: #01136C;
}
</style>
border-color css
<style>
span { border-color: #01136C; }
span { border-color: rgb(1,19,108); }
td.TdClassName
{
border-color: #01136C;
}
.TagClassName
{
border-color: #01136C;
}
</style>