Shades of Ultramarine #1807AD
Tints of Ultramarine #1807AD
RGB
CMYK
RGB Variations
Color information
#1807AD (or 0x1807AD) is known color: Ultramarine. HEX triplet: 18, 07 and AD. RGB value is (24,7,173). Sum of RGB (Red+Green+Blue) = 24+7+173=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 173 (67.97% from 255 or 84.80% from 204); Max value from RGB is 173 - color contains mainly: blue. Hex color #1807AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1807AD is #E7F852. Grayscale: #1E1E1E. Windows color (decimal): -15202387 or 11339544. OLE color: 11339544.
HSL color Cylindrical-coordinate representation of color #1807AD: hue angle of 246.14º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1807AD is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 7 | 173 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.32 |
| HSL | 246.14º | 0.92% | 0.35% | - |
| HSV(B) | 246.14º | 0.96% | 0.68% | - |
| XYZ | 8 | 3.36 | 39.76 | - |
| YUV | 31.01 | 208.13 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 173 | 0.86 | 0.96 | 0 | 0.32 | 246.14 | 0.92 | 0.35 |
| Hex | 18 | 7 | AD | 56 | 60 | 0 | 20 | F6 | 5C | 23 |
| Octal | 30 | 7 | 255 | 126 | 140 | 0 | 40 | 366 | 134 | 43 |
| Binary | 11000 | 111 | 10101101 | 1010110 | 1100000 | 0 | 100000 | 11110110 | 1011100 | 100011 |
Color Harmonies of #1807AD
Complementary color
Monochromatic Colors of #1807AD
Black with #1807AD
Text Example
Text Example
White with #1807AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1807AD; }
p { color: rgb(24,7,173); }
H1.HeaderClassName
{
color: #1807AD;
}
.AnyTagClassName
{
color: #1807AD;
}
</style>
background-color css
<style>
a { background-color: #1807AD; }
a { background-color: rgb(24,7,173); }
div.DivClassName
{
background-color: #1807AD;
}
.BgClassName
{
background-color: #1807AD;
}
</style>
border-color css
<style>
span { border-color: #1807AD; }
span { border-color: rgb(24,7,173); }
td.TdClassName
{
border-color: #1807AD;
}
.TagClassName
{
border-color: #1807AD;
}
</style>