Shades of Ultramarine #0A178A
Tints of Ultramarine #0A178A
RGB
CMYK
RGB Variations
Color information
#0A178A (or 0x0A178A) is known color: Ultramarine. HEX triplet: 0A, 17 and 8A. RGB value is (10,23,138). Sum of RGB (Red+Green+Blue) = 10+23+138=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 138 (54.30% from 255 or 80.70% from 171); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A178A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A178A is #F5E875. Grayscale: #1F1F1F. Windows color (decimal): -16115830 or 9049866. OLE color: 9049866.
HSL color Cylindrical-coordinate representation of color #0A178A: hue angle of 233.91º 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 #0A178A is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 23 | 138 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.46 |
| HSL | 233.91º | 0.86% | 0.29% | - |
| HSV(B) | 233.91º | 0.93% | 0.54% | - |
| XYZ | 5.02 | 2.51 | 24.27 | - |
| YUV | 32.22 | 187.69 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 23 | 138 | 0.93 | 0.83 | 0 | 0.46 | 233.91 | 0.86 | 0.29 |
| Hex | A | 17 | 8A | 5D | 53 | 0 | 2E | EA | 56 | 1D |
| Octal | 12 | 27 | 212 | 135 | 123 | 0 | 56 | 352 | 126 | 35 |
| Binary | 1010 | 10111 | 10001010 | 1011101 | 1010011 | 0 | 101110 | 11101010 | 1010110 | 11101 |
Color Harmonies of #0A178A
Complementary color
Monochromatic Colors of #0A178A
Black with #0A178A
Text Example
Text Example
White with #0A178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A178A; }
p { color: rgb(10,23,138); }
H1.HeaderClassName
{
color: #0A178A;
}
.AnyTagClassName
{
color: #0A178A;
}
</style>
background-color css
<style>
a { background-color: #0A178A; }
a { background-color: rgb(10,23,138); }
div.DivClassName
{
background-color: #0A178A;
}
.BgClassName
{
background-color: #0A178A;
}
</style>
border-color css
<style>
span { border-color: #0A178A; }
span { border-color: rgb(10,23,138); }
td.TdClassName
{
border-color: #0A178A;
}
.TagClassName
{
border-color: #0A178A;
}
</style>