Shades of Ultramarine #17079B
Tints of Ultramarine #17079B
RGB
CMYK
RGB Variations
Color information
#17079B (or 0x17079B) is known color: Ultramarine. HEX triplet: 17, 07 and 9B. RGB value is (23,7,155). Sum of RGB (Red+Green+Blue) = 23+7+155=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 155 (60.94% from 255 or 83.78% from 185); Max value from RGB is 155 - color contains mainly: blue. Hex color #17079B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17079B is #E8F864. Grayscale: #1C1C1C. Windows color (decimal): -15267941 or 10159895. OLE color: 10159895.
HSL color Cylindrical-coordinate representation of color #17079B: hue angle of 246.49º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #17079B is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 7 | 155 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.39 |
| HSL | 246.49º | 0.91% | 0.32% | - |
| HSV(B) | 246.49º | 0.95% | 0.61% | - |
| XYZ | 6.35 | 2.7 | 31.2 | - |
| YUV | 28.66 | 199.3 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 7 | 155 | 0.85 | 0.95 | 0 | 0.39 | 246.49 | 0.91 | 0.32 |
| Hex | 17 | 7 | 9B | 55 | 5F | 0 | 27 | F6 | 5B | 20 |
| Octal | 27 | 7 | 233 | 125 | 137 | 0 | 47 | 366 | 133 | 40 |
| Binary | 10111 | 111 | 10011011 | 1010101 | 1011111 | 0 | 100111 | 11110110 | 1011011 | 100000 |
Color Harmonies of #17079B
Complementary color
Monochromatic Colors of #17079B
Black with #17079B
Text Example
Text Example
White with #17079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17079B; }
p { color: rgb(23,7,155); }
H1.HeaderClassName
{
color: #17079B;
}
.AnyTagClassName
{
color: #17079B;
}
</style>
background-color css
<style>
a { background-color: #17079B; }
a { background-color: rgb(23,7,155); }
div.DivClassName
{
background-color: #17079B;
}
.BgClassName
{
background-color: #17079B;
}
</style>
border-color css
<style>
span { border-color: #17079B; }
span { border-color: rgb(23,7,155); }
td.TdClassName
{
border-color: #17079B;
}
.TagClassName
{
border-color: #17079B;
}
</style>