Shades of Ultramarine #180BA6
Tints of Ultramarine #180BA6
RGB
CMYK
RGB Variations
Color information
#180BA6 (or 0x180BA6) is known color: Ultramarine. HEX triplet: 18, 0B and A6. RGB value is (24,11,166). Sum of RGB (Red+Green+Blue) = 24+11+166=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 166 (65.23% from 255 or 82.59% from 201); Max value from RGB is 166 - color contains mainly: blue. Hex color #180BA6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180BA6 is #E7F459. Grayscale: #1F1F1F. Windows color (decimal): -15201370 or 10881816. OLE color: 10881816.
HSL color Cylindrical-coordinate representation of color #180BA6: hue angle of 245.03º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180BA6 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 11 | 166 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.35 |
| HSL | 245.03º | 0.88% | 0.35% | - |
| HSV(B) | 245.03º | 0.93% | 0.65% | - |
| XYZ | 7.38 | 3.19 | 36.3 | - |
| YUV | 32.56 | 203.31 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 166 | 0.86 | 0.93 | 0 | 0.35 | 245.03 | 0.88 | 0.35 |
| Hex | 18 | B | A6 | 56 | 5D | 0 | 23 | F5 | 58 | 23 |
| Octal | 30 | 13 | 246 | 126 | 135 | 0 | 43 | 365 | 130 | 43 |
| Binary | 11000 | 1011 | 10100110 | 1010110 | 1011101 | 0 | 100011 | 11110101 | 1011000 | 100011 |
Color Harmonies of #180BA6
Complementary color
Monochromatic Colors of #180BA6
Black with #180BA6
Text Example
Text Example
White with #180BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180BA6; }
p { color: rgb(24,11,166); }
H1.HeaderClassName
{
color: #180BA6;
}
.AnyTagClassName
{
color: #180BA6;
}
</style>
background-color css
<style>
a { background-color: #180BA6; }
a { background-color: rgb(24,11,166); }
div.DivClassName
{
background-color: #180BA6;
}
.BgClassName
{
background-color: #180BA6;
}
</style>
border-color css
<style>
span { border-color: #180BA6; }
span { border-color: rgb(24,11,166); }
td.TdClassName
{
border-color: #180BA6;
}
.TagClassName
{
border-color: #180BA6;
}
</style>