Shades of Ultramarine #180183
Tints of Ultramarine #180183
RGB
CMYK
RGB Variations
Color information
#180183 (or 0x180183) is known color: Ultramarine. HEX triplet: 18, 01 and 83. RGB value is (24,1,131). Sum of RGB (Red+Green+Blue) = 24+1+131=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 131 (51.56% from 255 or 83.97% from 156); Max value from RGB is 131 - color contains mainly: blue. Hex color #180183 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180183 is #E7FE7C. Grayscale: #161616. Windows color (decimal): -15203965 or 8585496. OLE color: 8585496.
HSL color Cylindrical-coordinate representation of color #180183: hue angle of 250.62º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #180183 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 1 | 131 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.49 |
| HSL | 250.62º | 0.98% | 0.26% | - |
| HSV(B) | 250.62º | 0.99% | 0.51% | - |
| XYZ | 4.48 | 1.85 | 21.59 | - |
| YUV | 22.7 | 189.12 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 131 | 0.82 | 0.99 | 0 | 0.49 | 250.62 | 0.98 | 0.26 |
| Hex | 18 | 1 | 83 | 52 | 63 | 0 | 31 | FB | 62 | 1A |
| Octal | 30 | 1 | 203 | 122 | 143 | 0 | 61 | 373 | 142 | 32 |
| Binary | 11000 | 1 | 10000011 | 1010010 | 1100011 | 0 | 110001 | 11111011 | 1100010 | 11010 |
Color Harmonies of #180183
Complementary color
Monochromatic Colors of #180183
Black with #180183
Text Example
Text Example
White with #180183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180183; }
p { color: rgb(24,1,131); }
H1.HeaderClassName
{
color: #180183;
}
.AnyTagClassName
{
color: #180183;
}
</style>
background-color css
<style>
a { background-color: #180183; }
a { background-color: rgb(24,1,131); }
div.DivClassName
{
background-color: #180183;
}
.BgClassName
{
background-color: #180183;
}
</style>
border-color css
<style>
span { border-color: #180183; }
span { border-color: rgb(24,1,131); }
td.TdClassName
{
border-color: #180183;
}
.TagClassName
{
border-color: #180183;
}
</style>