Shades of Sapphire #0A1E4B
Tints of Sapphire #0A1E4B
RGB
CMYK
RGB Variations
Color information
#0A1E4B (or 0x0A1E4B) is known color: Sapphire. HEX triplet: 0A, 1E and 4B. RGB value is (10,30,75). Sum of RGB (Red+Green+Blue) = 10+30+75=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A1E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1E4B is #F5E1B4. Grayscale: #1C1C1C. Windows color (decimal): -16114101 or 4922890. OLE color: 4922890.
HSL color Cylindrical-coordinate representation of color #0A1E4B: hue angle of 221.54º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A1E4B is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 30 | 75 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.71 |
| HSL | 221.54º | 0.76% | 0.17% | - |
| HSV(B) | 221.54º | 0.87% | 0.29% | - |
| XYZ | 1.86 | 1.5 | 6.85 | - |
| YUV | 29.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 30 | 75 | 0.87 | 0.60 | 0 | 0.71 | 221.54 | 0.76 | 0.17 |
| Hex | A | 1E | 4B | 57 | 3C | 0 | 47 | DE | 4C | 11 |
| Octal | 12 | 36 | 113 | 127 | 74 | 0 | 107 | 336 | 114 | 21 |
| Binary | 1010 | 11110 | 1001011 | 1010111 | 111100 | 0 | 1000111 | 11011110 | 1001100 | 10001 |
Color Harmonies of #0A1E4B
Complementary color
Monochromatic Colors of #0A1E4B
Black with #0A1E4B
Text Example
Text Example
White with #0A1E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1E4B; }
p { color: rgb(10,30,75); }
H1.HeaderClassName
{
color: #0A1E4B;
}
.AnyTagClassName
{
color: #0A1E4B;
}
</style>
background-color css
<style>
a { background-color: #0A1E4B; }
a { background-color: rgb(10,30,75); }
div.DivClassName
{
background-color: #0A1E4B;
}
.BgClassName
{
background-color: #0A1E4B;
}
</style>
border-color css
<style>
span { border-color: #0A1E4B; }
span { border-color: rgb(10,30,75); }
td.TdClassName
{
border-color: #0A1E4B;
}
.TagClassName
{
border-color: #0A1E4B;
}
</style>