Shades of Ultramarine #18017F
Tints of Ultramarine #18017F
RGB
CMYK
RGB Variations
Color information
#18017F (or 0x18017F) is known color: Ultramarine. HEX triplet: 18, 01 and 7F. RGB value is (24,1,127). Sum of RGB (Red+Green+Blue) = 24+1+127=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 127 (50% from 255 or 83.55% from 152); Max value from RGB is 127 - color contains mainly: blue. Hex color #18017F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18017F is #E7FE80. Grayscale: #151515. Windows color (decimal): -15203969 or 8323352. OLE color: 8323352.
HSL color Cylindrical-coordinate representation of color #18017F: hue angle of 250.95º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18017F is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 1 | 127 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.50 |
| HSL | 250.95º | 0.98% | 0.25% | - |
| HSV(B) | 250.95º | 0.99% | 0.5% | - |
| XYZ | 4.22 | 1.75 | 20.19 | - |
| YUV | 22.24 | 187.12 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 127 | 0.81 | 0.99 | 0 | 0.50 | 250.95 | 0.98 | 0.25 |
| Hex | 18 | 1 | 7F | 51 | 63 | 0 | 32 | FB | 62 | 19 |
| Octal | 30 | 1 | 177 | 121 | 143 | 0 | 62 | 373 | 142 | 31 |
| Binary | 11000 | 1 | 1111111 | 1010001 | 1100011 | 0 | 110010 | 11111011 | 1100010 | 11001 |
Color Harmonies of #18017F
Complementary color
Monochromatic Colors of #18017F
Black with #18017F
Text Example
Text Example
White with #18017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18017F; }
p { color: rgb(24,1,127); }
H1.HeaderClassName
{
color: #18017F;
}
.AnyTagClassName
{
color: #18017F;
}
</style>
background-color css
<style>
a { background-color: #18017F; }
a { background-color: rgb(24,1,127); }
div.DivClassName
{
background-color: #18017F;
}
.BgClassName
{
background-color: #18017F;
}
</style>
border-color css
<style>
span { border-color: #18017F; }
span { border-color: rgb(24,1,127); }
td.TdClassName
{
border-color: #18017F;
}
.TagClassName
{
border-color: #18017F;
}
</style>