Shades of Ultramarine #17028A
Tints of Ultramarine #17028A
RGB
CMYK
RGB Variations
Color information
#17028A (or 0x17028A) is known color: Ultramarine. HEX triplet: 17, 02 and 8A. RGB value is (23,2,138). Sum of RGB (Red+Green+Blue) = 23+2+138=163 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.11% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 138 (54.30% from 255 or 84.66% from 163); Max value from RGB is 138 - color contains mainly: blue. Hex color #17028A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17028A is #E8FD75. Grayscale: #171717. Windows color (decimal): -15269238 or 9044503. OLE color: 9044503.
HSL color Cylindrical-coordinate representation of color #17028A: hue angle of 249.26º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #17028A is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 2 | 138 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.46 |
| HSL | 249.26º | 0.97% | 0.27% | - |
| HSV(B) | 249.26º | 0.99% | 0.54% | - |
| XYZ | 4.96 | 2.06 | 24.18 | - |
| YUV | 23.78 | 192.46 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 138 | 0.83 | 0.99 | 0 | 0.46 | 249.26 | 0.97 | 0.27 |
| Hex | 17 | 2 | 8A | 53 | 63 | 0 | 2E | F9 | 61 | 1B |
| Octal | 27 | 2 | 212 | 123 | 143 | 0 | 56 | 371 | 141 | 33 |
| Binary | 10111 | 10 | 10001010 | 1010011 | 1100011 | 0 | 101110 | 11111001 | 1100001 | 11011 |
Color Harmonies of #17028A
Complementary color
Monochromatic Colors of #17028A
Black with #17028A
Text Example
Text Example
White with #17028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17028A; }
p { color: rgb(23,2,138); }
H1.HeaderClassName
{
color: #17028A;
}
.AnyTagClassName
{
color: #17028A;
}
</style>
background-color css
<style>
a { background-color: #17028A; }
a { background-color: rgb(23,2,138); }
div.DivClassName
{
background-color: #17028A;
}
.BgClassName
{
background-color: #17028A;
}
</style>
border-color css
<style>
span { border-color: #17028A; }
span { border-color: rgb(23,2,138); }
td.TdClassName
{
border-color: #17028A;
}
.TagClassName
{
border-color: #17028A;
}
</style>