Shades of Ultramarine #15069B
Tints of Ultramarine #15069B
RGB
CMYK
RGB Variations
Color information
#15069B (or 0x15069B) is known color: Ultramarine. HEX triplet: 15, 06 and 9B. RGB value is (21,6,155). Sum of RGB (Red+Green+Blue) = 21+6+155=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 155 (60.94% from 255 or 85.16% from 182); Max value from RGB is 155 - color contains mainly: blue. Hex color #15069B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15069B is #EAF964. Grayscale: #1A1A1A. Windows color (decimal): -15399269 or 10159637. OLE color: 10159637.
HSL color Cylindrical-coordinate representation of color #15069B: hue angle of 246.04º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #15069B is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 6 | 155 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.39 |
| HSL | 246.04º | 0.93% | 0.32% | - |
| HSV(B) | 246.04º | 0.96% | 0.61% | - |
| XYZ | 6.29 | 2.66 | 31.19 | - |
| YUV | 27.47 | 199.97 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 155 | 0.86 | 0.96 | 0 | 0.39 | 246.04 | 0.93 | 0.32 |
| Hex | 15 | 6 | 9B | 56 | 60 | 0 | 27 | F6 | 5D | 20 |
| Octal | 25 | 6 | 233 | 126 | 140 | 0 | 47 | 366 | 135 | 40 |
| Binary | 10101 | 110 | 10011011 | 1010110 | 1100000 | 0 | 100111 | 11110110 | 1011101 | 100000 |
Color Harmonies of #15069B
Complementary color
Monochromatic Colors of #15069B
Black with #15069B
Text Example
Text Example
White with #15069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15069B; }
p { color: rgb(21,6,155); }
H1.HeaderClassName
{
color: #15069B;
}
.AnyTagClassName
{
color: #15069B;
}
</style>
background-color css
<style>
a { background-color: #15069B; }
a { background-color: rgb(21,6,155); }
div.DivClassName
{
background-color: #15069B;
}
.BgClassName
{
background-color: #15069B;
}
</style>
border-color css
<style>
span { border-color: #15069B; }
span { border-color: rgb(21,6,155); }
td.TdClassName
{
border-color: #15069B;
}
.TagClassName
{
border-color: #15069B;
}
</style>