Shades of Ultramarine #150D9C
Tints of Ultramarine #150D9C
RGB
CMYK
RGB Variations
Color information
#150D9C (or 0x150D9C) is known color: Ultramarine. HEX triplet: 15, 0D and 9C. RGB value is (21,13,156). Sum of RGB (Red+Green+Blue) = 21+13+156=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 156 (61.33% from 255 or 82.11% from 190); Max value from RGB is 156 - color contains mainly: blue. Hex color #150D9C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150D9C is #EAF263. Grayscale: #1F1F1F. Windows color (decimal): -15397476 or 10226965. OLE color: 10226965.
HSL color Cylindrical-coordinate representation of color #150D9C: hue angle of 243.36º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150D9C is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 13 | 156 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.39 |
| HSL | 243.36º | 0.85% | 0.33% | - |
| HSV(B) | 243.36º | 0.92% | 0.61% | - |
| XYZ | 6.45 | 2.85 | 31.66 | - |
| YUV | 31.69 | 198.15 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 156 | 0.87 | 0.92 | 0 | 0.39 | 243.36 | 0.85 | 0.33 |
| Hex | 15 | D | 9C | 57 | 5C | 0 | 27 | F3 | 55 | 21 |
| Octal | 25 | 15 | 234 | 127 | 134 | 0 | 47 | 363 | 125 | 41 |
| Binary | 10101 | 1101 | 10011100 | 1010111 | 1011100 | 0 | 100111 | 11110011 | 1010101 | 100001 |
Color Harmonies of #150D9C
Complementary color
Monochromatic Colors of #150D9C
Black with #150D9C
Text Example
Text Example
White with #150D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D9C; }
p { color: rgb(21,13,156); }
H1.HeaderClassName
{
color: #150D9C;
}
.AnyTagClassName
{
color: #150D9C;
}
</style>
background-color css
<style>
a { background-color: #150D9C; }
a { background-color: rgb(21,13,156); }
div.DivClassName
{
background-color: #150D9C;
}
.BgClassName
{
background-color: #150D9C;
}
</style>
border-color css
<style>
span { border-color: #150D9C; }
span { border-color: rgb(21,13,156); }
td.TdClassName
{
border-color: #150D9C;
}
.TagClassName
{
border-color: #150D9C;
}
</style>