Shades of Ultramarine #15067C
Tints of Ultramarine #15067C
RGB
CMYK
RGB Variations
Color information
#15067C (or 0x15067C) is known color: Ultramarine. HEX triplet: 15, 06 and 7C. RGB value is (21,6,124). Sum of RGB (Red+Green+Blue) = 21+6+124=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 124 (48.83% from 255 or 82.12% from 151); Max value from RGB is 124 - color contains mainly: blue. Hex color #15067C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15067C is #EAF983. Grayscale: #171717. Windows color (decimal): -15399300 or 8128021. OLE color: 8128021.
HSL color Cylindrical-coordinate representation of color #15067C: hue angle of 247.63º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15067C is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 6 | 124 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.51 |
| HSL | 247.63º | 0.91% | 0.25% | - |
| HSV(B) | 247.63º | 0.95% | 0.49% | - |
| XYZ | 4.01 | 1.74 | 19.19 | - |
| YUV | 23.94 | 184.47 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 124 | 0.83 | 0.95 | 0 | 0.51 | 247.63 | 0.91 | 0.25 |
| Hex | 15 | 6 | 7C | 53 | 5F | 0 | 33 | F8 | 5B | 19 |
| Octal | 25 | 6 | 174 | 123 | 137 | 0 | 63 | 370 | 133 | 31 |
| Binary | 10101 | 110 | 1111100 | 1010011 | 1011111 | 0 | 110011 | 11111000 | 1011011 | 11001 |
Color Harmonies of #15067C
Complementary color
Monochromatic Colors of #15067C
Black with #15067C
Text Example
Text Example
White with #15067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15067C; }
p { color: rgb(21,6,124); }
H1.HeaderClassName
{
color: #15067C;
}
.AnyTagClassName
{
color: #15067C;
}
</style>
background-color css
<style>
a { background-color: #15067C; }
a { background-color: rgb(21,6,124); }
div.DivClassName
{
background-color: #15067C;
}
.BgClassName
{
background-color: #15067C;
}
</style>
border-color css
<style>
span { border-color: #15067C; }
span { border-color: rgb(21,6,124); }
td.TdClassName
{
border-color: #15067C;
}
.TagClassName
{
border-color: #15067C;
}
</style>