Shades of Sapphire #010C48
Tints of Sapphire #010C48
RGB
CMYK
RGB Variations
Color information
#010C48 (or 0x010C48) is known color: Sapphire. HEX triplet: 01, 0C and 48. RGB value is (1,12,72). Sum of RGB (Red+Green+Blue) = 1+12+72=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 72 (28.52% from 255 or 84.71% from 85); Max value from RGB is 72 - color contains mainly: blue. Hex color #010C48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C48 is #FEF3B7. Grayscale: #0F0F0F. Windows color (decimal): -16708536 or 4721665. OLE color: 4721665.
HSL color Cylindrical-coordinate representation of color #010C48: hue angle of 230.7º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C48 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 12 | 72 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.72 |
| HSL | 230.7º | 0.97% | 0.14% | - |
| HSV(B) | 230.7º | 0.99% | 0.28% | - |
| XYZ | 1.31 | 0.74 | 6.2 | - |
| YUV | 15.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 72 | 0.99 | 0.83 | 0 | 0.72 | 230.7 | 0.97 | 0.14 |
| Hex | 1 | C | 48 | 63 | 53 | 0 | 48 | E7 | 61 | E |
| Octal | 1 | 14 | 110 | 143 | 123 | 0 | 110 | 347 | 141 | 16 |
| Binary | 1 | 1100 | 1001000 | 1100011 | 1010011 | 0 | 1001000 | 11100111 | 1100001 | 1110 |
Color Harmonies of #010C48
Complementary color
Monochromatic Colors of #010C48
Black with #010C48
Text Example
Text Example
White with #010C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C48; }
p { color: rgb(1,12,72); }
H1.HeaderClassName
{
color: #010C48;
}
.AnyTagClassName
{
color: #010C48;
}
</style>
background-color css
<style>
a { background-color: #010C48; }
a { background-color: rgb(1,12,72); }
div.DivClassName
{
background-color: #010C48;
}
.BgClassName
{
background-color: #010C48;
}
</style>
border-color css
<style>
span { border-color: #010C48; }
span { border-color: rgb(1,12,72); }
td.TdClassName
{
border-color: #010C48;
}
.TagClassName
{
border-color: #010C48;
}
</style>