Shades of Ultramarine #180379
Tints of Ultramarine #180379
RGB
CMYK
RGB Variations
Color information
#180379 (or 0x180379) is known color: Ultramarine. HEX triplet: 18, 03 and 79. RGB value is (24,3,121). Sum of RGB (Red+Green+Blue) = 24+3+121=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 121 (47.66% from 255 or 81.76% from 148); Max value from RGB is 121 - color contains mainly: blue. Hex color #180379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180379 is #E7FC86. Grayscale: #161616. Windows color (decimal): -15203463 or 7930648. OLE color: 7930648.
HSL color Cylindrical-coordinate representation of color #180379: hue angle of 250.68º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180379 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 3 | 121 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.53 |
| HSL | 250.68º | 0.95% | 0.24% | - |
| HSV(B) | 250.68º | 0.98% | 0.47% | - |
| XYZ | 3.86 | 1.64 | 18.2 | - |
| YUV | 22.73 | 183.46 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 121 | 0.80 | 0.98 | 0 | 0.53 | 250.68 | 0.95 | 0.24 |
| Hex | 18 | 3 | 79 | 50 | 62 | 0 | 35 | FB | 5F | 18 |
| Octal | 30 | 3 | 171 | 120 | 142 | 0 | 65 | 373 | 137 | 30 |
| Binary | 11000 | 11 | 1111001 | 1010000 | 1100010 | 0 | 110101 | 11111011 | 1011111 | 11000 |
Color Harmonies of #180379
Complementary color
Monochromatic Colors of #180379
Black with #180379
Text Example
Text Example
White with #180379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180379; }
p { color: rgb(24,3,121); }
H1.HeaderClassName
{
color: #180379;
}
.AnyTagClassName
{
color: #180379;
}
</style>
background-color css
<style>
a { background-color: #180379; }
a { background-color: rgb(24,3,121); }
div.DivClassName
{
background-color: #180379;
}
.BgClassName
{
background-color: #180379;
}
</style>
border-color css
<style>
span { border-color: #180379; }
span { border-color: rgb(24,3,121); }
td.TdClassName
{
border-color: #180379;
}
.TagClassName
{
border-color: #180379;
}
</style>