Shades of Sapphire #010C4D
Tints of Sapphire #010C4D
RGB
CMYK
RGB Variations
Color information
#010C4D (or 0x010C4D) is known color: Sapphire. HEX triplet: 01, 0C and 4D. RGB value is (1,12,77). Sum of RGB (Red+Green+Blue) = 1+12+77=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 77 (30.47% from 255 or 85.56% from 90); Max value from RGB is 77 - color contains mainly: blue. Hex color #010C4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C4D is #FEF3B2. Grayscale: #0F0F0F. Windows color (decimal): -16708531 or 5049345. OLE color: 5049345.
HSL color Cylindrical-coordinate representation of color #010C4D: hue angle of 231.32º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C4D is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 12 | 77 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.70 |
| HSL | 231.32º | 0.97% | 0.15% | - |
| HSV(B) | 231.32º | 0.99% | 0.3% | - |
| XYZ | 1.48 | 0.81 | 7.1 | - |
| YUV | 16.12 | 162.36 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 77 | 0.99 | 0.84 | 0 | 0.70 | 231.32 | 0.97 | 0.15 |
| Hex | 1 | C | 4D | 63 | 54 | 0 | 46 | E7 | 61 | F |
| Octal | 1 | 14 | 115 | 143 | 124 | 0 | 106 | 347 | 141 | 17 |
| Binary | 1 | 1100 | 1001101 | 1100011 | 1010100 | 0 | 1000110 | 11100111 | 1100001 | 1111 |
Color Harmonies of #010C4D
Complementary color
Monochromatic Colors of #010C4D
Black with #010C4D
Text Example
Text Example
White with #010C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C4D; }
p { color: rgb(1,12,77); }
H1.HeaderClassName
{
color: #010C4D;
}
.AnyTagClassName
{
color: #010C4D;
}
</style>
background-color css
<style>
a { background-color: #010C4D; }
a { background-color: rgb(1,12,77); }
div.DivClassName
{
background-color: #010C4D;
}
.BgClassName
{
background-color: #010C4D;
}
</style>
border-color css
<style>
span { border-color: #010C4D; }
span { border-color: rgb(1,12,77); }
td.TdClassName
{
border-color: #010C4D;
}
.TagClassName
{
border-color: #010C4D;
}
</style>