Shades of Ultramarine #19068F
Tints of Ultramarine #19068F
RGB
CMYK
RGB Variations
Color information
#19068F (or 0x19068F) is known color: Ultramarine. HEX triplet: 19, 06 and 8F. RGB value is (25,6,143). Sum of RGB (Red+Green+Blue) = 25+6+143=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 143 (56.25% from 255 or 82.18% from 174); Max value from RGB is 143 - color contains mainly: blue. Hex color #19068F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19068F is #E6F970. Grayscale: #1A1A1A. Windows color (decimal): -15137137 or 9373209. OLE color: 9373209.
HSL color Cylindrical-coordinate representation of color #19068F: hue angle of 248.32º 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 #19068F is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 6 | 143 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.44 |
| HSL | 248.32º | 0.92% | 0.29% | - |
| HSV(B) | 248.32º | 0.96% | 0.56% | - |
| XYZ | 5.42 | 2.32 | 26.15 | - |
| YUV | 27.3 | 193.29 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 143 | 0.83 | 0.96 | 0 | 0.44 | 248.32 | 0.92 | 0.29 |
| Hex | 19 | 6 | 8F | 53 | 60 | 0 | 2C | F8 | 5C | 1D |
| Octal | 31 | 6 | 217 | 123 | 140 | 0 | 54 | 370 | 134 | 35 |
| Binary | 11001 | 110 | 10001111 | 1010011 | 1100000 | 0 | 101100 | 11111000 | 1011100 | 11101 |
Color Harmonies of #19068F
Complementary color
Monochromatic Colors of #19068F
Black with #19068F
Text Example
Text Example
White with #19068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19068F; }
p { color: rgb(25,6,143); }
H1.HeaderClassName
{
color: #19068F;
}
.AnyTagClassName
{
color: #19068F;
}
</style>
background-color css
<style>
a { background-color: #19068F; }
a { background-color: rgb(25,6,143); }
div.DivClassName
{
background-color: #19068F;
}
.BgClassName
{
background-color: #19068F;
}
</style>
border-color css
<style>
span { border-color: #19068F; }
span { border-color: rgb(25,6,143); }
td.TdClassName
{
border-color: #19068F;
}
.TagClassName
{
border-color: #19068F;
}
</style>