Shades of Sapphire #0A1C6D
Tints of Sapphire #0A1C6D
RGB
CMYK
RGB Variations
Color information
#0A1C6D (or 0x0A1C6D) is known color: Sapphire. HEX triplet: 0A, 1C and 6D. RGB value is (10,28,109). Sum of RGB (Red+Green+Blue) = 10+28+109=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 109 (42.97% from 255 or 74.15% from 147); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A1C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1C6D is #F5E392. Grayscale: #1F1F1F. Windows color (decimal): -16114579 or 7150602. OLE color: 7150602.
HSL color Cylindrical-coordinate representation of color #0A1C6D: hue angle of 229.09º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1C6D is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 28 | 109 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.57 |
| HSL | 229.09º | 0.83% | 0.23% | - |
| HSV(B) | 229.09º | 0.91% | 0.43% | - |
| XYZ | 3.3 | 2 | 14.68 | - |
| YUV | 31.85 | 171.54 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 28 | 109 | 0.91 | 0.74 | 0 | 0.57 | 229.09 | 0.83 | 0.23 |
| Hex | A | 1C | 6D | 5B | 4A | 0 | 39 | E5 | 53 | 17 |
| Octal | 12 | 34 | 155 | 133 | 112 | 0 | 71 | 345 | 123 | 27 |
| Binary | 1010 | 11100 | 1101101 | 1011011 | 1001010 | 0 | 111001 | 11100101 | 1010011 | 10111 |
Color Harmonies of #0A1C6D
Complementary color
Monochromatic Colors of #0A1C6D
Black with #0A1C6D
Text Example
Text Example
White with #0A1C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1C6D; }
p { color: rgb(10,28,109); }
H1.HeaderClassName
{
color: #0A1C6D;
}
.AnyTagClassName
{
color: #0A1C6D;
}
</style>
background-color css
<style>
a { background-color: #0A1C6D; }
a { background-color: rgb(10,28,109); }
div.DivClassName
{
background-color: #0A1C6D;
}
.BgClassName
{
background-color: #0A1C6D;
}
</style>
border-color css
<style>
span { border-color: #0A1C6D; }
span { border-color: rgb(10,28,109); }
td.TdClassName
{
border-color: #0A1C6D;
}
.TagClassName
{
border-color: #0A1C6D;
}
</style>