Shades of Ultramarine #1805AC
Tints of Ultramarine #1805AC
RGB
CMYK
RGB Variations
Color information
#1805AC (or 0x1805AC) is known color: Ultramarine. HEX triplet: 18, 05 and AC. RGB value is (24,5,172). Sum of RGB (Red+Green+Blue) = 24+5+172=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 172 (67.58% from 255 or 85.57% from 201); Max value from RGB is 172 - color contains mainly: blue. Hex color #1805AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1805AC is #E7FA53. Grayscale: #1D1D1D. Windows color (decimal): -15202900 or 11273496. OLE color: 11273496.
HSL color Cylindrical-coordinate representation of color #1805AC: hue angle of 246.83º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1805AC is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 5 | 172 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.33 |
| HSL | 246.83º | 0.94% | 0.35% | - |
| HSV(B) | 246.83º | 0.97% | 0.67% | - |
| XYZ | 7.88 | 3.28 | 39.25 | - |
| YUV | 29.72 | 208.29 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 172 | 0.86 | 0.97 | 0 | 0.33 | 246.83 | 0.94 | 0.35 |
| Hex | 18 | 5 | AC | 56 | 61 | 0 | 21 | F7 | 5E | 23 |
| Octal | 30 | 5 | 254 | 126 | 141 | 0 | 41 | 367 | 136 | 43 |
| Binary | 11000 | 101 | 10101100 | 1010110 | 1100001 | 0 | 100001 | 11110111 | 1011110 | 100011 |
Color Harmonies of #1805AC
Complementary color
Monochromatic Colors of #1805AC
Black with #1805AC
Text Example
Text Example
White with #1805AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1805AC; }
p { color: rgb(24,5,172); }
H1.HeaderClassName
{
color: #1805AC;
}
.AnyTagClassName
{
color: #1805AC;
}
</style>
background-color css
<style>
a { background-color: #1805AC; }
a { background-color: rgb(24,5,172); }
div.DivClassName
{
background-color: #1805AC;
}
.BgClassName
{
background-color: #1805AC;
}
</style>
border-color css
<style>
span { border-color: #1805AC; }
span { border-color: rgb(24,5,172); }
td.TdClassName
{
border-color: #1805AC;
}
.TagClassName
{
border-color: #1805AC;
}
</style>