Shades of Sapphire #0A1E64
Tints of Sapphire #0A1E64
RGB
CMYK
RGB Variations
Color information
#0A1E64 (or 0x0A1E64) is known color: Sapphire. HEX triplet: 0A, 1E and 64. RGB value is (10,30,100). Sum of RGB (Red+Green+Blue) = 10+30+100=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 100 (39.45% from 255 or 71.43% from 140); Max value from RGB is 100 - color contains mainly: blue. Hex color #0A1E64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1E64 is #F5E19B. Grayscale: #1F1F1F. Windows color (decimal): -16114076 or 6561290. OLE color: 6561290.
HSL color Cylindrical-coordinate representation of color #0A1E64: hue angle of 226.67º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A1E64 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 30 | 100 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.61 |
| HSL | 226.67º | 0.82% | 0.22% | - |
| HSV(B) | 226.67º | 0.9% | 0.39% | - |
| XYZ | 2.89 | 1.91 | 12.27 | - |
| YUV | 32 | 166.37 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 30 | 100 | 0.90 | 0.70 | 0 | 0.61 | 226.67 | 0.82 | 0.22 |
| Hex | A | 1E | 64 | 5A | 46 | 0 | 3D | E3 | 52 | 16 |
| Octal | 12 | 36 | 144 | 132 | 106 | 0 | 75 | 343 | 122 | 26 |
| Binary | 1010 | 11110 | 1100100 | 1011010 | 1000110 | 0 | 111101 | 11100011 | 1010010 | 10110 |
Color Harmonies of #0A1E64
Complementary color
Monochromatic Colors of #0A1E64
Black with #0A1E64
Text Example
Text Example
White with #0A1E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1E64; }
p { color: rgb(10,30,100); }
H1.HeaderClassName
{
color: #0A1E64;
}
.AnyTagClassName
{
color: #0A1E64;
}
</style>
background-color css
<style>
a { background-color: #0A1E64; }
a { background-color: rgb(10,30,100); }
div.DivClassName
{
background-color: #0A1E64;
}
.BgClassName
{
background-color: #0A1E64;
}
</style>
border-color css
<style>
span { border-color: #0A1E64; }
span { border-color: rgb(10,30,100); }
td.TdClassName
{
border-color: #0A1E64;
}
.TagClassName
{
border-color: #0A1E64;
}
</style>