Shades of Sapphire #0A1B54
Tints of Sapphire #0A1B54
RGB
CMYK
RGB Variations
Color information
#0A1B54 (or 0x0A1B54) is known color: Sapphire. HEX triplet: 0A, 1B and 54. RGB value is (10,27,84). Sum of RGB (Red+Green+Blue) = 10+27+84=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 84 (33.20% from 255 or 69.42% from 121); Max value from RGB is 84 - color contains mainly: blue. Hex color #0A1B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1B54 is #F5E4AB. Grayscale: #1C1C1C. Windows color (decimal): -16114860 or 5511946. OLE color: 5511946.
HSL color Cylindrical-coordinate representation of color #0A1B54: hue angle of 226.22º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1B54 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 27 | 84 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.67 |
| HSL | 226.22º | 0.79% | 0.18% | - |
| HSV(B) | 226.22º | 0.88% | 0.33% | - |
| XYZ | 2.12 | 1.49 | 8.56 | - |
| YUV | 28.42 | 159.37 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 27 | 84 | 0.88 | 0.68 | 0 | 0.67 | 226.22 | 0.79 | 0.18 |
| Hex | A | 1B | 54 | 58 | 44 | 0 | 43 | E2 | 4F | 12 |
| Octal | 12 | 33 | 124 | 130 | 104 | 0 | 103 | 342 | 117 | 22 |
| Binary | 1010 | 11011 | 1010100 | 1011000 | 1000100 | 0 | 1000011 | 11100010 | 1001111 | 10010 |
Color Harmonies of #0A1B54
Complementary color
Monochromatic Colors of #0A1B54
Black with #0A1B54
Text Example
Text Example
White with #0A1B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1B54; }
p { color: rgb(10,27,84); }
H1.HeaderClassName
{
color: #0A1B54;
}
.AnyTagClassName
{
color: #0A1B54;
}
</style>
background-color css
<style>
a { background-color: #0A1B54; }
a { background-color: rgb(10,27,84); }
div.DivClassName
{
background-color: #0A1B54;
}
.BgClassName
{
background-color: #0A1B54;
}
</style>
border-color css
<style>
span { border-color: #0A1B54; }
span { border-color: rgb(10,27,84); }
td.TdClassName
{
border-color: #0A1B54;
}
.TagClassName
{
border-color: #0A1B54;
}
</style>