Shades of Ultramarine #170DAE
Tints of Ultramarine #170DAE
RGB
CMYK
RGB Variations
Color information
#170DAE (or 0x170DAE) is known color: Ultramarine. HEX triplet: 17, 0D and AE. RGB value is (23,13,174). Sum of RGB (Red+Green+Blue) = 23+13+174=210 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.95% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 174 (68.36% from 255 or 82.86% from 210); Max value from RGB is 174 - color contains mainly: blue. Hex color #170DAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170DAE is #E8F251. Grayscale: #212121. Windows color (decimal): -15266386 or 11406615. OLE color: 11406615.
HSL color Cylindrical-coordinate representation of color #170DAE: hue angle of 243.73º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #170DAE is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 13 | 174 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.32 |
| HSL | 243.73º | 0.86% | 0.37% | - |
| HSV(B) | 243.73º | 0.93% | 0.68% | - |
| XYZ | 8.14 | 3.53 | 40.3 | - |
| YUV | 34.34 | 206.81 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 174 | 0.87 | 0.93 | 0 | 0.32 | 243.73 | 0.86 | 0.37 |
| Hex | 17 | D | AE | 57 | 5D | 0 | 20 | F4 | 56 | 25 |
| Octal | 27 | 15 | 256 | 127 | 135 | 0 | 40 | 364 | 126 | 45 |
| Binary | 10111 | 1101 | 10101110 | 1010111 | 1011101 | 0 | 100000 | 11110100 | 1010110 | 100101 |
Color Harmonies of #170DAE
Complementary color
Monochromatic Colors of #170DAE
Black with #170DAE
Text Example
Text Example
White with #170DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170DAE; }
p { color: rgb(23,13,174); }
H1.HeaderClassName
{
color: #170DAE;
}
.AnyTagClassName
{
color: #170DAE;
}
</style>
background-color css
<style>
a { background-color: #170DAE; }
a { background-color: rgb(23,13,174); }
div.DivClassName
{
background-color: #170DAE;
}
.BgClassName
{
background-color: #170DAE;
}
</style>
border-color css
<style>
span { border-color: #170DAE; }
span { border-color: rgb(23,13,174); }
td.TdClassName
{
border-color: #170DAE;
}
.TagClassName
{
border-color: #170DAE;
}
</style>