Shades of Sapphire #0A1665
Tints of Sapphire #0A1665
RGB
CMYK
RGB Variations
Color information
#0A1665 (or 0x0A1665) is known color: Sapphire. HEX triplet: 0A, 16 and 65. RGB value is (10,22,101). Sum of RGB (Red+Green+Blue) = 10+22+101=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 101 (39.84% from 255 or 75.94% from 133); Max value from RGB is 101 - color contains mainly: blue. Hex color #0A1665 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1665 is #F5E99A. Grayscale: #1B1B1B. Windows color (decimal): -16116123 or 6624778. OLE color: 6624778.
HSL color Cylindrical-coordinate representation of color #0A1665: hue angle of 232.09º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A1665 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 22 | 101 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.60 |
| HSL | 232.09º | 0.82% | 0.22% | - |
| HSV(B) | 232.09º | 0.9% | 0.4% | - |
| XYZ | 2.76 | 1.58 | 12.47 | - |
| YUV | 27.42 | 169.52 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 101 | 0.90 | 0.78 | 0 | 0.60 | 232.09 | 0.82 | 0.22 |
| Hex | A | 16 | 65 | 5A | 4E | 0 | 3C | E8 | 52 | 16 |
| Octal | 12 | 26 | 145 | 132 | 116 | 0 | 74 | 350 | 122 | 26 |
| Binary | 1010 | 10110 | 1100101 | 1011010 | 1001110 | 0 | 111100 | 11101000 | 1010010 | 10110 |
Color Harmonies of #0A1665
Complementary color
Monochromatic Colors of #0A1665
Black with #0A1665
Text Example
Text Example
White with #0A1665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1665; }
p { color: rgb(10,22,101); }
H1.HeaderClassName
{
color: #0A1665;
}
.AnyTagClassName
{
color: #0A1665;
}
</style>
background-color css
<style>
a { background-color: #0A1665; }
a { background-color: rgb(10,22,101); }
div.DivClassName
{
background-color: #0A1665;
}
.BgClassName
{
background-color: #0A1665;
}
</style>
border-color css
<style>
span { border-color: #0A1665; }
span { border-color: rgb(10,22,101); }
td.TdClassName
{
border-color: #0A1665;
}
.TagClassName
{
border-color: #0A1665;
}
</style>