Shades of Ultramarine #1605A5
Tints of Ultramarine #1605A5
RGB
CMYK
RGB Variations
Color information
#1605A5 (or 0x1605A5) is known color: Ultramarine. HEX triplet: 16, 05 and A5. RGB value is (22,5,165). Sum of RGB (Red+Green+Blue) = 22+5+165=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 165 (64.84% from 255 or 85.94% from 192); Max value from RGB is 165 - color contains mainly: blue. Hex color #1605A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1605A5 is #E9FA5A. Grayscale: #1B1B1B. Windows color (decimal): -15333979 or 10814742. OLE color: 10814742.
HSL color Cylindrical-coordinate representation of color #1605A5: hue angle of 246.37º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1605A5 is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 22 | 5 | 165 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.35 |
| HSL | 246.38º | 0.94% | 0.33% | - |
| HSV(B) | 246.38º | 0.97% | 0.65% | - |
| XYZ | 7.18 | 3 | 35.8 | - |
| YUV | 28.32 | 205.13 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 5 | 165 | 0.87 | 0.97 | 0 | 0.35 | 246.38 | 0.94 | 0.33 |
| Hex | 16 | 5 | A5 | 57 | 61 | 0 | 23 | F6 | 5E | 21 |
| Octal | 26 | 5 | 245 | 127 | 141 | 0 | 43 | 366 | 136 | 41 |
| Binary | 10110 | 101 | 10100101 | 1010111 | 1100001 | 0 | 100011 | 11110110 | 1011110 | 100001 |
Color Harmonies of #1605A5
Complementary color
Monochromatic Colors of #1605A5
Black with #1605A5
Text Example
Text Example
White with #1605A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1605A5; }
p { color: rgb(22,5,165); }
H1.HeaderClassName
{
color: #1605A5;
}
.AnyTagClassName
{
color: #1605A5;
}
</style>
background-color css
<style>
a { background-color: #1605A5; }
a { background-color: rgb(22,5,165); }
div.DivClassName
{
background-color: #1605A5;
}
.BgClassName
{
background-color: #1605A5;
}
</style>
border-color css
<style>
span { border-color: #1605A5; }
span { border-color: rgb(22,5,165); }
td.TdClassName
{
border-color: #1605A5;
}
.TagClassName
{
border-color: #1605A5;
}
</style>