Shades of Ultramarine #15089C
Tints of Ultramarine #15089C
RGB
CMYK
RGB Variations
Color information
#15089C (or 0x15089C) is known color: Ultramarine. HEX triplet: 15, 08 and 9C. RGB value is (21,8,156). Sum of RGB (Red+Green+Blue) = 21+8+156=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 156 (61.33% from 255 or 84.32% from 185); Max value from RGB is 156 - color contains mainly: blue. Hex color #15089C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15089C is #EAF763. Grayscale: #1C1C1C. Windows color (decimal): -15398756 or 10225685. OLE color: 10225685.
HSL color Cylindrical-coordinate representation of color #15089C: hue angle of 245.27º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15089C is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 8 | 156 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.39 |
| HSL | 245.27º | 0.9% | 0.32% | - |
| HSV(B) | 245.27º | 0.95% | 0.61% | - |
| XYZ | 6.4 | 2.73 | 31.64 | - |
| YUV | 28.76 | 199.81 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 156 | 0.87 | 0.95 | 0 | 0.39 | 245.27 | 0.9 | 0.32 |
| Hex | 15 | 8 | 9C | 57 | 5F | 0 | 27 | F5 | 5A | 20 |
| Octal | 25 | 10 | 234 | 127 | 137 | 0 | 47 | 365 | 132 | 40 |
| Binary | 10101 | 1000 | 10011100 | 1010111 | 1011111 | 0 | 100111 | 11110101 | 1011010 | 100000 |
Color Harmonies of #15089C
Complementary color
Monochromatic Colors of #15089C
Black with #15089C
Text Example
Text Example
White with #15089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15089C; }
p { color: rgb(21,8,156); }
H1.HeaderClassName
{
color: #15089C;
}
.AnyTagClassName
{
color: #15089C;
}
</style>
background-color css
<style>
a { background-color: #15089C; }
a { background-color: rgb(21,8,156); }
div.DivClassName
{
background-color: #15089C;
}
.BgClassName
{
background-color: #15089C;
}
</style>
border-color css
<style>
span { border-color: #15089C; }
span { border-color: rgb(21,8,156); }
td.TdClassName
{
border-color: #15089C;
}
.TagClassName
{
border-color: #15089C;
}
</style>