Shades of Ultramarine #180F9B
Tints of Ultramarine #180F9B
RGB
CMYK
RGB Variations
Color information
#180F9B (or 0x180F9B) is known color: Ultramarine. HEX triplet: 18, 0F and 9B. RGB value is (24,15,155). Sum of RGB (Red+Green+Blue) = 24+15+155=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 155 (60.94% from 255 or 79.90% from 194); Max value from RGB is 155 - color contains mainly: blue. Hex color #180F9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180F9B is #E7F064. Grayscale: #212121. Windows color (decimal): -15200357 or 10161944. OLE color: 10161944.
HSL color Cylindrical-coordinate representation of color #180F9B: hue angle of 243.86º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180F9B is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 15 | 155 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.39 |
| HSL | 243.86º | 0.82% | 0.33% | - |
| HSV(B) | 243.86º | 0.9% | 0.61% | - |
| XYZ | 6.46 | 2.9 | 31.23 | - |
| YUV | 33.65 | 196.48 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 15 | 155 | 0.85 | 0.90 | 0 | 0.39 | 243.86 | 0.82 | 0.33 |
| Hex | 18 | F | 9B | 55 | 5A | 0 | 27 | F4 | 52 | 21 |
| Octal | 30 | 17 | 233 | 125 | 132 | 0 | 47 | 364 | 122 | 41 |
| Binary | 11000 | 1111 | 10011011 | 1010101 | 1011010 | 0 | 100111 | 11110100 | 1010010 | 100001 |
Color Harmonies of #180F9B
Complementary color
Monochromatic Colors of #180F9B
Black with #180F9B
Text Example
Text Example
White with #180F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180F9B; }
p { color: rgb(24,15,155); }
H1.HeaderClassName
{
color: #180F9B;
}
.AnyTagClassName
{
color: #180F9B;
}
</style>
background-color css
<style>
a { background-color: #180F9B; }
a { background-color: rgb(24,15,155); }
div.DivClassName
{
background-color: #180F9B;
}
.BgClassName
{
background-color: #180F9B;
}
</style>
border-color css
<style>
span { border-color: #180F9B; }
span { border-color: rgb(24,15,155); }
td.TdClassName
{
border-color: #180F9B;
}
.TagClassName
{
border-color: #180F9B;
}
</style>