Shades of Sapphire #0A144D
Tints of Sapphire #0A144D
RGB
CMYK
RGB Variations
Color information
#0A144D (or 0x0A144D) is known color: Sapphire. HEX triplet: 0A, 14 and 4D. RGB value is (10,20,77). Sum of RGB (Red+Green+Blue) = 10+20+77=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 77 (30.47% from 255 or 71.96% from 107); Max value from RGB is 77 - color contains mainly: blue. Hex color #0A144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A144D is #F5EBB2. Grayscale: #171717. Windows color (decimal): -16116659 or 5051402. OLE color: 5051402.
HSL color Cylindrical-coordinate representation of color #0A144D: hue angle of 231.04º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A144D is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 10 | 20 | 77 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.70 |
| HSL | 231.04º | 0.77% | 0.17% | - |
| HSV(B) | 231.04º | 0.87% | 0.3% | - |
| XYZ | 1.71 | 1.1 | 7.14 | - |
| YUV | 23.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 20 | 77 | 0.87 | 0.74 | 0 | 0.70 | 231.04 | 0.77 | 0.17 |
| Hex | A | 14 | 4D | 57 | 4A | 0 | 46 | E7 | 4D | 11 |
| Octal | 12 | 24 | 115 | 127 | 112 | 0 | 106 | 347 | 115 | 21 |
| Binary | 1010 | 10100 | 1001101 | 1010111 | 1001010 | 0 | 1000110 | 11100111 | 1001101 | 10001 |
Color Harmonies of #0A144D
Complementary color
Monochromatic Colors of #0A144D
Black with #0A144D
Text Example
Text Example
White with #0A144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A144D; }
p { color: rgb(10,20,77); }
H1.HeaderClassName
{
color: #0A144D;
}
.AnyTagClassName
{
color: #0A144D;
}
</style>
background-color css
<style>
a { background-color: #0A144D; }
a { background-color: rgb(10,20,77); }
div.DivClassName
{
background-color: #0A144D;
}
.BgClassName
{
background-color: #0A144D;
}
</style>
border-color css
<style>
span { border-color: #0A144D; }
span { border-color: rgb(10,20,77); }
td.TdClassName
{
border-color: #0A144D;
}
.TagClassName
{
border-color: #0A144D;
}
</style>