Shades of Sapphire #0A194B
Tints of Sapphire #0A194B
RGB
CMYK
RGB Variations
Color information
#0A194B (or 0x0A194B) is known color: Sapphire. HEX triplet: 0A, 19 and 4B. RGB value is (10,25,75). Sum of RGB (Red+Green+Blue) = 10+25+75=110 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.09% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 75 (29.69% from 255 or 68.18% from 110); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A194B is #F5E6B4. Grayscale: #1A1A1A. Windows color (decimal): -16115381 or 4921610. OLE color: 4921610.
HSL color Cylindrical-coordinate representation of color #0A194B: hue angle of 226.15º 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 #0A194B is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 25 | 75 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.71 |
| HSL | 226.15º | 0.76% | 0.17% | - |
| HSV(B) | 226.15º | 0.87% | 0.29% | - |
| XYZ | 1.74 | 1.27 | 6.81 | - |
| YUV | 26.22 | 155.53 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 75 | 0.87 | 0.67 | 0 | 0.71 | 226.15 | 0.76 | 0.17 |
| Hex | A | 19 | 4B | 57 | 43 | 0 | 47 | E2 | 4C | 11 |
| Octal | 12 | 31 | 113 | 127 | 103 | 0 | 107 | 342 | 114 | 21 |
| Binary | 1010 | 11001 | 1001011 | 1010111 | 1000011 | 0 | 1000111 | 11100010 | 1001100 | 10001 |
Color Harmonies of #0A194B
Complementary color
Monochromatic Colors of #0A194B
Black with #0A194B
Text Example
Text Example
White with #0A194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A194B; }
p { color: rgb(10,25,75); }
H1.HeaderClassName
{
color: #0A194B;
}
.AnyTagClassName
{
color: #0A194B;
}
</style>
background-color css
<style>
a { background-color: #0A194B; }
a { background-color: rgb(10,25,75); }
div.DivClassName
{
background-color: #0A194B;
}
.BgClassName
{
background-color: #0A194B;
}
</style>
border-color css
<style>
span { border-color: #0A194B; }
span { border-color: rgb(10,25,75); }
td.TdClassName
{
border-color: #0A194B;
}
.TagClassName
{
border-color: #0A194B;
}
</style>