Shades of Sapphire #0A184B
Tints of Sapphire #0A184B
RGB
CMYK
RGB Variations
Color information
#0A184B (or 0x0A184B) is known color: Sapphire. HEX triplet: 0A, 18 and 4B. RGB value is (10,24,75). Sum of RGB (Red+Green+Blue) = 10+24+75=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 75 (29.69% from 255 or 68.81% from 109); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A184B is #F5E7B4. Grayscale: #191919. Windows color (decimal): -16115637 or 4921354. OLE color: 4921354.
HSL color Cylindrical-coordinate representation of color #0A184B: hue angle of 227.08º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A184B is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 24 | 75 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.71 |
| HSL | 227.08º | 0.76% | 0.17% | - |
| HSV(B) | 227.08º | 0.87% | 0.29% | - |
| XYZ | 1.72 | 1.23 | 6.8 | - |
| YUV | 25.63 | 155.86 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 75 | 0.87 | 0.68 | 0 | 0.71 | 227.08 | 0.76 | 0.17 |
| Hex | A | 18 | 4B | 57 | 44 | 0 | 47 | E3 | 4C | 11 |
| Octal | 12 | 30 | 113 | 127 | 104 | 0 | 107 | 343 | 114 | 21 |
| Binary | 1010 | 11000 | 1001011 | 1010111 | 1000100 | 0 | 1000111 | 11100011 | 1001100 | 10001 |
Color Harmonies of #0A184B
Complementary color
Monochromatic Colors of #0A184B
Black with #0A184B
Text Example
Text Example
White with #0A184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A184B; }
p { color: rgb(10,24,75); }
H1.HeaderClassName
{
color: #0A184B;
}
.AnyTagClassName
{
color: #0A184B;
}
</style>
background-color css
<style>
a { background-color: #0A184B; }
a { background-color: rgb(10,24,75); }
div.DivClassName
{
background-color: #0A184B;
}
.BgClassName
{
background-color: #0A184B;
}
</style>
border-color css
<style>
span { border-color: #0A184B; }
span { border-color: rgb(10,24,75); }
td.TdClassName
{
border-color: #0A184B;
}
.TagClassName
{
border-color: #0A184B;
}
</style>