Shades of Ultramarine #06189A
Tints of Ultramarine #06189A
RGB
CMYK
RGB Variations
Color information
#06189A (or 0x06189A) is known color: Ultramarine. HEX triplet: 06, 18 and 9A. RGB value is (6,24,154). Sum of RGB (Red+Green+Blue) = 6+24+154=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 154 (60.55% from 255 or 83.70% from 184); Max value from RGB is 154 - color contains mainly: blue. Hex color #06189A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06189A is #F9E765. Grayscale: #202020. Windows color (decimal): -16377702 or 10098694. OLE color: 10098694.
HSL color Cylindrical-coordinate representation of color #06189A: hue angle of 232.7º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06189A is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 24 | 154 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.40 |
| HSL | 232.7º | 0.93% | 0.31% | - |
| HSV(B) | 232.7º | 0.96% | 0.6% | - |
| XYZ | 6.23 | 3.03 | 30.83 | - |
| YUV | 33.44 | 196.04 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 154 | 0.96 | 0.84 | 0 | 0.40 | 232.7 | 0.93 | 0.31 |
| Hex | 6 | 18 | 9A | 60 | 54 | 0 | 28 | E9 | 5C | 1F |
| Octal | 6 | 30 | 232 | 140 | 124 | 0 | 50 | 351 | 134 | 37 |
| Binary | 110 | 11000 | 10011010 | 1100000 | 1010100 | 0 | 101000 | 11101001 | 1011100 | 11111 |
Color Harmonies of #06189A
Complementary color
Monochromatic Colors of #06189A
Black with #06189A
Text Example
Text Example
White with #06189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06189A; }
p { color: rgb(6,24,154); }
H1.HeaderClassName
{
color: #06189A;
}
.AnyTagClassName
{
color: #06189A;
}
</style>
background-color css
<style>
a { background-color: #06189A; }
a { background-color: rgb(6,24,154); }
div.DivClassName
{
background-color: #06189A;
}
.BgClassName
{
background-color: #06189A;
}
</style>
border-color css
<style>
span { border-color: #06189A; }
span { border-color: rgb(6,24,154); }
td.TdClassName
{
border-color: #06189A;
}
.TagClassName
{
border-color: #06189A;
}
</style>