Shades of Sapphire #000A48
Tints of Sapphire #000A48
RGB
CMYK
RGB Variations
Color information
#000A48 (or 0x000A48) is known color: Sapphire. HEX triplet: 00, 0A and 48. RGB value is (0,10,72). Sum of RGB (Red+Green+Blue) = 0+10+72=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 72 (28.52% from 255 or 87.80% from 82); Max value from RGB is 72 - color contains mainly: blue. Hex color #000A48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000A48 is #FFF5B7. Grayscale: #0D0D0D. Windows color (decimal): -16774584 or 4721152. OLE color: 4721152.
HSL color Cylindrical-coordinate representation of color #000A48: hue angle of 231.67º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A48 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 10 | 72 | - |
| CMYK | 1 | 0.86 | 0 | 0.72 |
| HSL | 231.67º | 1% | 0.14% | - |
| HSV(B) | 231.67º | 1% | 0.28% | - |
| XYZ | 1.28 | 0.68 | 6.2 | - |
| YUV | 14.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 72 | 1 | 0.86 | 0 | 0.72 | 231.67 | 1 | 0.14 |
| Hex | 0 | A | 48 | 64 | 56 | 0 | 48 | E8 | 64 | E |
| Octal | 0 | 12 | 110 | 144 | 126 | 0 | 110 | 350 | 144 | 16 |
| Binary | 0 | 1010 | 1001000 | 1100100 | 1010110 | 0 | 1001000 | 11101000 | 1100100 | 1110 |
Color Harmonies of #000A48
Complementary color
Monochromatic Colors of #000A48
Black with #000A48
Text Example
Text Example
White with #000A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A48; }
p { color: rgb(0,10,72); }
H1.HeaderClassName
{
color: #000A48;
}
.AnyTagClassName
{
color: #000A48;
}
</style>
background-color css
<style>
a { background-color: #000A48; }
a { background-color: rgb(0,10,72); }
div.DivClassName
{
background-color: #000A48;
}
.BgClassName
{
background-color: #000A48;
}
</style>
border-color css
<style>
span { border-color: #000A48; }
span { border-color: rgb(0,10,72); }
td.TdClassName
{
border-color: #000A48;
}
.TagClassName
{
border-color: #000A48;
}
</style>