Shades of Ultramarine #1618A4
Tints of Ultramarine #1618A4
RGB
CMYK
RGB Variations
Color information
#1618A4 (or 0x1618A4) is known color: Ultramarine. HEX triplet: 16, 18 and A4. RGB value is (22,24,164). Sum of RGB (Red+Green+Blue) = 22+24+164=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 164 (64.45% from 255 or 78.10% from 210); Max value from RGB is 164 - color contains mainly: blue. Hex color #1618A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1618A4 is #E9E75B. Grayscale: #262626. Windows color (decimal): -15329116 or 10754070. OLE color: 10754070.
HSL color Cylindrical-coordinate representation of color #1618A4: hue angle of 239.15º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1618A4 is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 24 | 164 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.36 |
| HSL | 239.15º | 0.76% | 0.36% | - |
| HSV(B) | 239.15º | 0.87% | 0.64% | - |
| XYZ | 7.36 | 3.5 | 35.41 | - |
| YUV | 39.36 | 198.34 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 164 | 0.87 | 0.85 | 0 | 0.36 | 239.15 | 0.76 | 0.36 |
| Hex | 16 | 18 | A4 | 57 | 55 | 0 | 24 | EF | 4C | 24 |
| Octal | 26 | 30 | 244 | 127 | 125 | 0 | 44 | 357 | 114 | 44 |
| Binary | 10110 | 11000 | 10100100 | 1010111 | 1010101 | 0 | 100100 | 11101111 | 1001100 | 100100 |
Color Harmonies of #1618A4
Complementary color
Monochromatic Colors of #1618A4
Black with #1618A4
Text Example
Text Example
White with #1618A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1618A4; }
p { color: rgb(22,24,164); }
H1.HeaderClassName
{
color: #1618A4;
}
.AnyTagClassName
{
color: #1618A4;
}
</style>
background-color css
<style>
a { background-color: #1618A4; }
a { background-color: rgb(22,24,164); }
div.DivClassName
{
background-color: #1618A4;
}
.BgClassName
{
background-color: #1618A4;
}
</style>
border-color css
<style>
span { border-color: #1618A4; }
span { border-color: rgb(22,24,164); }
td.TdClassName
{
border-color: #1618A4;
}
.TagClassName
{
border-color: #1618A4;
}
</style>