Shades of Ultramarine #15068F
Tints of Ultramarine #15068F
RGB
CMYK
RGB Variations
Color information
#15068F (or 0x15068F) is known color: Ultramarine. HEX triplet: 15, 06 and 8F. RGB value is (21,6,143). Sum of RGB (Red+Green+Blue) = 21+6+143=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 143 (56.25% from 255 or 84.12% from 170); Max value from RGB is 143 - color contains mainly: blue. Hex color #15068F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15068F is #EAF970. Grayscale: #191919. Windows color (decimal): -15399281 or 9373205. OLE color: 9373205.
HSL color Cylindrical-coordinate representation of color #15068F: hue angle of 246.57º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #15068F is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 6 | 143 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.44 |
| HSL | 246.57º | 0.92% | 0.29% | - |
| HSV(B) | 246.57º | 0.96% | 0.56% | - |
| XYZ | 5.33 | 2.27 | 26.14 | - |
| YUV | 26.1 | 193.97 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 143 | 0.85 | 0.96 | 0 | 0.44 | 246.57 | 0.92 | 0.29 |
| Hex | 15 | 6 | 8F | 55 | 60 | 0 | 2C | F7 | 5C | 1D |
| Octal | 25 | 6 | 217 | 125 | 140 | 0 | 54 | 367 | 134 | 35 |
| Binary | 10101 | 110 | 10001111 | 1010101 | 1100000 | 0 | 101100 | 11110111 | 1011100 | 11101 |
Color Harmonies of #15068F
Complementary color
Monochromatic Colors of #15068F
Black with #15068F
Text Example
Text Example
White with #15068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15068F; }
p { color: rgb(21,6,143); }
H1.HeaderClassName
{
color: #15068F;
}
.AnyTagClassName
{
color: #15068F;
}
</style>
background-color css
<style>
a { background-color: #15068F; }
a { background-color: rgb(21,6,143); }
div.DivClassName
{
background-color: #15068F;
}
.BgClassName
{
background-color: #15068F;
}
</style>
border-color css
<style>
span { border-color: #15068F; }
span { border-color: rgb(21,6,143); }
td.TdClassName
{
border-color: #15068F;
}
.TagClassName
{
border-color: #15068F;
}
</style>