Shades of Sapphire #0A1B5B
Tints of Sapphire #0A1B5B
RGB
CMYK
RGB Variations
Color information
#0A1B5B (or 0x0A1B5B) is known color: Sapphire. HEX triplet: 0A, 1B and 5B. RGB value is (10,27,91). Sum of RGB (Red+Green+Blue) = 10+27+91=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 91 (35.94% from 255 or 71.09% from 128); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A1B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1B5B is #F5E4A4. Grayscale: #1C1C1C. Windows color (decimal): -16114853 or 5970698. OLE color: 5970698.
HSL color Cylindrical-coordinate representation of color #0A1B5B: hue angle of 227.41º 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 #0A1B5B is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 27 | 91 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.64 |
| HSL | 227.41º | 0.8% | 0.2% | - |
| HSV(B) | 227.41º | 0.89% | 0.36% | - |
| XYZ | 2.41 | 1.6 | 10.08 | - |
| YUV | 29.21 | 162.87 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 27 | 91 | 0.89 | 0.70 | 0 | 0.64 | 227.41 | 0.8 | 0.2 |
| Hex | A | 1B | 5B | 59 | 46 | 0 | 40 | E3 | 50 | 14 |
| Octal | 12 | 33 | 133 | 131 | 106 | 0 | 100 | 343 | 120 | 24 |
| Binary | 1010 | 11011 | 1011011 | 1011001 | 1000110 | 0 | 1000000 | 11100011 | 1010000 | 10100 |
Color Harmonies of #0A1B5B
Complementary color
Monochromatic Colors of #0A1B5B
Black with #0A1B5B
Text Example
Text Example
White with #0A1B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1B5B; }
p { color: rgb(10,27,91); }
H1.HeaderClassName
{
color: #0A1B5B;
}
.AnyTagClassName
{
color: #0A1B5B;
}
</style>
background-color css
<style>
a { background-color: #0A1B5B; }
a { background-color: rgb(10,27,91); }
div.DivClassName
{
background-color: #0A1B5B;
}
.BgClassName
{
background-color: #0A1B5B;
}
</style>
border-color css
<style>
span { border-color: #0A1B5B; }
span { border-color: rgb(10,27,91); }
td.TdClassName
{
border-color: #0A1B5B;
}
.TagClassName
{
border-color: #0A1B5B;
}
</style>