Shades of Ultramarine #1709A4
Tints of Ultramarine #1709A4
RGB
CMYK
RGB Variations
Color information
#1709A4 (or 0x1709A4) is known color: Ultramarine. HEX triplet: 17, 09 and A4. RGB value is (23,9,164). Sum of RGB (Red+Green+Blue) = 23+9+164=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 164 (64.45% from 255 or 83.67% from 196); Max value from RGB is 164 - color contains mainly: blue. Hex color #1709A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1709A4 is #E8F65B. Grayscale: #1E1E1E. Windows color (decimal): -15267420 or 10750231. OLE color: 10750231.
HSL color Cylindrical-coordinate representation of color #1709A4: hue angle of 245.42º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1709A4 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 23 | 9 | 164 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.36 |
| HSL | 245.42º | 0.9% | 0.34% | - |
| HSV(B) | 245.42º | 0.95% | 0.64% | - |
| XYZ | 7.15 | 3.06 | 35.34 | - |
| YUV | 30.86 | 203.14 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 9 | 164 | 0.86 | 0.95 | 0 | 0.36 | 245.42 | 0.9 | 0.34 |
| Hex | 17 | 9 | A4 | 56 | 5F | 0 | 24 | F5 | 5A | 22 |
| Octal | 27 | 11 | 244 | 126 | 137 | 0 | 44 | 365 | 132 | 42 |
| Binary | 10111 | 1001 | 10100100 | 1010110 | 1011111 | 0 | 100100 | 11110101 | 1011010 | 100010 |
Color Harmonies of #1709A4
Complementary color
Monochromatic Colors of #1709A4
Black with #1709A4
Text Example
Text Example
White with #1709A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1709A4; }
p { color: rgb(23,9,164); }
H1.HeaderClassName
{
color: #1709A4;
}
.AnyTagClassName
{
color: #1709A4;
}
</style>
background-color css
<style>
a { background-color: #1709A4; }
a { background-color: rgb(23,9,164); }
div.DivClassName
{
background-color: #1709A4;
}
.BgClassName
{
background-color: #1709A4;
}
</style>
border-color css
<style>
span { border-color: #1709A4; }
span { border-color: rgb(23,9,164); }
td.TdClassName
{
border-color: #1709A4;
}
.TagClassName
{
border-color: #1709A4;
}
</style>