Shades of Sapphire #0A185C
Tints of Sapphire #0A185C
RGB
CMYK
RGB Variations
Color information
#0A185C (or 0x0A185C) is known color: Sapphire. HEX triplet: 0A, 18 and 5C. RGB value is (10,24,92). Sum of RGB (Red+Green+Blue) = 10+24+92=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 92 (36.33% from 255 or 73.02% from 126); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A185C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A185C is #F5E7A3. Grayscale: #1B1B1B. Windows color (decimal): -16115620 or 6035466. OLE color: 6035466.
HSL color Cylindrical-coordinate representation of color #0A185C: hue angle of 229.76º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A185C is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 24 | 92 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.64 |
| HSL | 229.76º | 0.8% | 0.2% | - |
| HSV(B) | 229.76º | 0.89% | 0.36% | - |
| XYZ | 2.38 | 1.49 | 10.29 | - |
| YUV | 27.57 | 164.36 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 92 | 0.89 | 0.74 | 0 | 0.64 | 229.76 | 0.8 | 0.2 |
| Hex | A | 18 | 5C | 59 | 4A | 0 | 40 | E6 | 50 | 14 |
| Octal | 12 | 30 | 134 | 131 | 112 | 0 | 100 | 346 | 120 | 24 |
| Binary | 1010 | 11000 | 1011100 | 1011001 | 1001010 | 0 | 1000000 | 11100110 | 1010000 | 10100 |
Color Harmonies of #0A185C
Complementary color
Monochromatic Colors of #0A185C
Black with #0A185C
Text Example
Text Example
White with #0A185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A185C; }
p { color: rgb(10,24,92); }
H1.HeaderClassName
{
color: #0A185C;
}
.AnyTagClassName
{
color: #0A185C;
}
</style>
background-color css
<style>
a { background-color: #0A185C; }
a { background-color: rgb(10,24,92); }
div.DivClassName
{
background-color: #0A185C;
}
.BgClassName
{
background-color: #0A185C;
}
</style>
border-color css
<style>
span { border-color: #0A185C; }
span { border-color: rgb(10,24,92); }
td.TdClassName
{
border-color: #0A185C;
}
.TagClassName
{
border-color: #0A185C;
}
</style>