Shades of Ultramarine #171A85
Tints of Ultramarine #171A85
RGB
CMYK
RGB Variations
Color information
#171A85 (or 0x171A85) is known color: Ultramarine. HEX triplet: 17, 1A and 85. RGB value is (23,26,133). Sum of RGB (Red+Green+Blue) = 23+26+133=182 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.64% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #171A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171A85 is #E8E57A. Grayscale: #242424. Windows color (decimal): -15263099 or 8722967. OLE color: 8722967.
HSL color Cylindrical-coordinate representation of color #171A85: hue angle of 238.36º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #171A85 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 26 | 133 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.48 |
| HSL | 238.36º | 0.71% | 0.31% | - |
| HSV(B) | 238.36º | 0.83% | 0.52% | - |
| XYZ | 4.96 | 2.61 | 22.43 | - |
| YUV | 37.3 | 182.01 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 133 | 0.83 | 0.80 | 0 | 0.48 | 238.36 | 0.71 | 0.31 |
| Hex | 17 | 1A | 85 | 53 | 50 | 0 | 30 | EE | 47 | 1F |
| Octal | 27 | 32 | 205 | 123 | 120 | 0 | 60 | 356 | 107 | 37 |
| Binary | 10111 | 11010 | 10000101 | 1010011 | 1010000 | 0 | 110000 | 11101110 | 1000111 | 11111 |
Color Harmonies of #171A85
Complementary color
Monochromatic Colors of #171A85
Black with #171A85
Text Example
Text Example
White with #171A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171A85; }
p { color: rgb(23,26,133); }
H1.HeaderClassName
{
color: #171A85;
}
.AnyTagClassName
{
color: #171A85;
}
</style>
background-color css
<style>
a { background-color: #171A85; }
a { background-color: rgb(23,26,133); }
div.DivClassName
{
background-color: #171A85;
}
.BgClassName
{
background-color: #171A85;
}
</style>
border-color css
<style>
span { border-color: #171A85; }
span { border-color: rgb(23,26,133); }
td.TdClassName
{
border-color: #171A85;
}
.TagClassName
{
border-color: #171A85;
}
</style>