Shades of Sapphire #0A1C53
Tints of Sapphire #0A1C53
RGB
CMYK
RGB Variations
Color information
#0A1C53 (or 0x0A1C53) is known color: Sapphire. HEX triplet: 0A, 1C and 53. RGB value is (10,28,83). Sum of RGB (Red+Green+Blue) = 10+28+83=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A1C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1C53 is #F5E3AC. Grayscale: #1C1C1C. Windows color (decimal): -16114605 or 5446666. OLE color: 5446666.
HSL color Cylindrical-coordinate representation of color #0A1C53: hue angle of 225.21º degrees, saturation: 0.78, 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 #0A1C53 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 28 | 83 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.67 |
| HSL | 225.21º | 0.78% | 0.18% | - |
| HSV(B) | 225.21º | 0.88% | 0.33% | - |
| XYZ | 2.1 | 1.52 | 8.37 | - |
| YUV | 28.89 | 158.54 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 28 | 83 | 0.88 | 0.66 | 0 | 0.67 | 225.21 | 0.78 | 0.18 |
| Hex | A | 1C | 53 | 58 | 42 | 0 | 43 | E1 | 4E | 12 |
| Octal | 12 | 34 | 123 | 130 | 102 | 0 | 103 | 341 | 116 | 22 |
| Binary | 1010 | 11100 | 1010011 | 1011000 | 1000010 | 0 | 1000011 | 11100001 | 1001110 | 10010 |
Color Harmonies of #0A1C53
Complementary color
Monochromatic Colors of #0A1C53
Black with #0A1C53
Text Example
Text Example
White with #0A1C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1C53; }
p { color: rgb(10,28,83); }
H1.HeaderClassName
{
color: #0A1C53;
}
.AnyTagClassName
{
color: #0A1C53;
}
</style>
background-color css
<style>
a { background-color: #0A1C53; }
a { background-color: rgb(10,28,83); }
div.DivClassName
{
background-color: #0A1C53;
}
.BgClassName
{
background-color: #0A1C53;
}
</style>
border-color css
<style>
span { border-color: #0A1C53; }
span { border-color: rgb(10,28,83); }
td.TdClassName
{
border-color: #0A1C53;
}
.TagClassName
{
border-color: #0A1C53;
}
</style>