Shades of Ultramarine #171283
Tints of Ultramarine #171283
RGB
CMYK
RGB Variations
Color information
#171283 (or 0x171283) is known color: Ultramarine. HEX triplet: 17, 12 and 83. RGB value is (23,18,131). Sum of RGB (Red+Green+Blue) = 23+18+131=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 131 (51.56% from 255 or 76.16% from 172); Max value from RGB is 131 - color contains mainly: blue. Hex color #171283 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #171283 is #E8ED7C. Grayscale: #1F1F1F. Windows color (decimal): -15265149 or 8589847. OLE color: 8589847.
HSL color Cylindrical-coordinate representation of color #171283: hue angle of 242.65º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #171283 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 18 | 131 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.49 |
| HSL | 242.65º | 0.76% | 0.29% | - |
| HSV(B) | 242.65º | 0.86% | 0.51% | - |
| XYZ | 4.67 | 2.25 | 21.66 | - |
| YUV | 32.38 | 183.66 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 131 | 0.82 | 0.86 | 0 | 0.49 | 242.65 | 0.76 | 0.29 |
| Hex | 17 | 12 | 83 | 52 | 56 | 0 | 31 | F3 | 4C | 1D |
| Octal | 27 | 22 | 203 | 122 | 126 | 0 | 61 | 363 | 114 | 35 |
| Binary | 10111 | 10010 | 10000011 | 1010010 | 1010110 | 0 | 110001 | 11110011 | 1001100 | 11101 |
Color Harmonies of #171283
Complementary color
Monochromatic Colors of #171283
Black with #171283
Text Example
Text Example
White with #171283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171283; }
p { color: rgb(23,18,131); }
H1.HeaderClassName
{
color: #171283;
}
.AnyTagClassName
{
color: #171283;
}
</style>
background-color css
<style>
a { background-color: #171283; }
a { background-color: rgb(23,18,131); }
div.DivClassName
{
background-color: #171283;
}
.BgClassName
{
background-color: #171283;
}
</style>
border-color css
<style>
span { border-color: #171283; }
span { border-color: rgb(23,18,131); }
td.TdClassName
{
border-color: #171283;
}
.TagClassName
{
border-color: #171283;
}
</style>