Shades of Ultramarine #06168A
Tints of Ultramarine #06168A
RGB
CMYK
RGB Variations
Color information
#06168A (or 0x06168A) is known color: Ultramarine. HEX triplet: 06, 16 and 8A. RGB value is (6,22,138). Sum of RGB (Red+Green+Blue) = 6+22+138=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 138 (54.30% from 255 or 83.13% from 166); Max value from RGB is 138 - color contains mainly: blue. Hex color #06168A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06168A is #F9E975. Grayscale: #1D1D1D. Windows color (decimal): -16378230 or 9049606. OLE color: 9049606.
HSL color Cylindrical-coordinate representation of color #06168A: hue angle of 232.73º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06168A is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 22 | 138 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.46 |
| HSL | 232.73º | 0.92% | 0.28% | - |
| HSV(B) | 232.73º | 0.96% | 0.54% | - |
| XYZ | 4.95 | 2.45 | 24.26 | - |
| YUV | 30.44 | 188.7 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 138 | 0.96 | 0.84 | 0 | 0.46 | 232.73 | 0.92 | 0.28 |
| Hex | 6 | 16 | 8A | 60 | 54 | 0 | 2E | E9 | 5C | 1C |
| Octal | 6 | 26 | 212 | 140 | 124 | 0 | 56 | 351 | 134 | 34 |
| Binary | 110 | 10110 | 10001010 | 1100000 | 1010100 | 0 | 101110 | 11101001 | 1011100 | 11100 |
Color Harmonies of #06168A
Complementary color
Monochromatic Colors of #06168A
Black with #06168A
Text Example
Text Example
White with #06168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06168A; }
p { color: rgb(6,22,138); }
H1.HeaderClassName
{
color: #06168A;
}
.AnyTagClassName
{
color: #06168A;
}
</style>
background-color css
<style>
a { background-color: #06168A; }
a { background-color: rgb(6,22,138); }
div.DivClassName
{
background-color: #06168A;
}
.BgClassName
{
background-color: #06168A;
}
</style>
border-color css
<style>
span { border-color: #06168A; }
span { border-color: rgb(6,22,138); }
td.TdClassName
{
border-color: #06168A;
}
.TagClassName
{
border-color: #06168A;
}
</style>