Shades of Sapphire #0A1A4B
Tints of Sapphire #0A1A4B
RGB
CMYK
RGB Variations
Color information
#0A1A4B (or 0x0A1A4B) is known color: Sapphire. HEX triplet: 0A, 1A and 4B. RGB value is (10,26,75). Sum of RGB (Red+Green+Blue) = 10+26+75=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A1A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1A4B is #F5E5B4. Grayscale: #1A1A1A. Windows color (decimal): -16115125 or 4921866. OLE color: 4921866.
HSL color Cylindrical-coordinate representation of color #0A1A4B: hue angle of 225.23º 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 #0A1A4B is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 26 | 75 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.71 |
| HSL | 225.23º | 0.76% | 0.17% | - |
| HSV(B) | 225.23º | 0.87% | 0.29% | - |
| XYZ | 1.76 | 1.31 | 6.82 | - |
| YUV | 26.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 75 | 0.87 | 0.65 | 0 | 0.71 | 225.23 | 0.76 | 0.17 |
| Hex | A | 1A | 4B | 57 | 41 | 0 | 47 | E1 | 4C | 11 |
| Octal | 12 | 32 | 113 | 127 | 101 | 0 | 107 | 341 | 114 | 21 |
| Binary | 1010 | 11010 | 1001011 | 1010111 | 1000001 | 0 | 1000111 | 11100001 | 1001100 | 10001 |
Color Harmonies of #0A1A4B
Complementary color
Monochromatic Colors of #0A1A4B
Black with #0A1A4B
Text Example
Text Example
White with #0A1A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1A4B; }
p { color: rgb(10,26,75); }
H1.HeaderClassName
{
color: #0A1A4B;
}
.AnyTagClassName
{
color: #0A1A4B;
}
</style>
background-color css
<style>
a { background-color: #0A1A4B; }
a { background-color: rgb(10,26,75); }
div.DivClassName
{
background-color: #0A1A4B;
}
.BgClassName
{
background-color: #0A1A4B;
}
</style>
border-color css
<style>
span { border-color: #0A1A4B; }
span { border-color: rgb(10,26,75); }
td.TdClassName
{
border-color: #0A1A4B;
}
.TagClassName
{
border-color: #0A1A4B;
}
</style>