Shades of Ultramarine #0A168A
Tints of Ultramarine #0A168A
RGB
CMYK
RGB Variations
Color information
#0A168A (or 0x0A168A) is known color: Ultramarine. HEX triplet: 0A, 16 and 8A. RGB value is (10,22,138). Sum of RGB (Red+Green+Blue) = 10+22+138=170 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.88% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 138 (54.30% from 255 or 81.18% from 170); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A168A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A168A is #F5E975. Grayscale: #1F1F1F. Windows color (decimal): -16116086 or 9049610. OLE color: 9049610.
HSL color Cylindrical-coordinate representation of color #0A168A: hue angle of 234.38º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A168A is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 22 | 138 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.46 |
| HSL | 234.38º | 0.86% | 0.29% | - |
| HSV(B) | 234.38º | 0.93% | 0.54% | - |
| XYZ | 5 | 2.47 | 24.26 | - |
| YUV | 31.64 | 188.02 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 138 | 0.93 | 0.84 | 0 | 0.46 | 234.38 | 0.86 | 0.29 |
| Hex | A | 16 | 8A | 5D | 54 | 0 | 2E | EA | 56 | 1D |
| Octal | 12 | 26 | 212 | 135 | 124 | 0 | 56 | 352 | 126 | 35 |
| Binary | 1010 | 10110 | 10001010 | 1011101 | 1010100 | 0 | 101110 | 11101010 | 1010110 | 11101 |
Color Harmonies of #0A168A
Complementary color
Monochromatic Colors of #0A168A
Black with #0A168A
Text Example
Text Example
White with #0A168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A168A; }
p { color: rgb(10,22,138); }
H1.HeaderClassName
{
color: #0A168A;
}
.AnyTagClassName
{
color: #0A168A;
}
</style>
background-color css
<style>
a { background-color: #0A168A; }
a { background-color: rgb(10,22,138); }
div.DivClassName
{
background-color: #0A168A;
}
.BgClassName
{
background-color: #0A168A;
}
</style>
border-color css
<style>
span { border-color: #0A168A; }
span { border-color: rgb(10,22,138); }
td.TdClassName
{
border-color: #0A168A;
}
.TagClassName
{
border-color: #0A168A;
}
</style>