Shades of Ultramarine #06168C
Tints of Ultramarine #06168C
RGB
CMYK
RGB Variations
Color information
#06168C (or 0x06168C) is known color: Ultramarine. HEX triplet: 06, 16 and 8C. RGB value is (6,22,140). Sum of RGB (Red+Green+Blue) = 6+22+140=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 140 (55.08% from 255 or 83.33% from 168); Max value from RGB is 140 - color contains mainly: blue. Hex color #06168C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06168C is #F9E973. Grayscale: #1E1E1E. Windows color (decimal): -16378228 or 9180678. OLE color: 9180678.
HSL color Cylindrical-coordinate representation of color #06168C: hue angle of 232.84º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06168C is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 22 | 140 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.45 |
| HSL | 232.84º | 0.92% | 0.29% | - |
| HSV(B) | 232.84º | 0.96% | 0.55% | - |
| XYZ | 5.1 | 2.51 | 25.03 | - |
| YUV | 30.67 | 189.7 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 140 | 0.96 | 0.84 | 0 | 0.45 | 232.84 | 0.92 | 0.29 |
| Hex | 6 | 16 | 8C | 60 | 54 | 0 | 2D | E9 | 5C | 1D |
| Octal | 6 | 26 | 214 | 140 | 124 | 0 | 55 | 351 | 134 | 35 |
| Binary | 110 | 10110 | 10001100 | 1100000 | 1010100 | 0 | 101101 | 11101001 | 1011100 | 11101 |
Color Harmonies of #06168C
Complementary color
Monochromatic Colors of #06168C
Black with #06168C
Text Example
Text Example
White with #06168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06168C; }
p { color: rgb(6,22,140); }
H1.HeaderClassName
{
color: #06168C;
}
.AnyTagClassName
{
color: #06168C;
}
</style>
background-color css
<style>
a { background-color: #06168C; }
a { background-color: rgb(6,22,140); }
div.DivClassName
{
background-color: #06168C;
}
.BgClassName
{
background-color: #06168C;
}
</style>
border-color css
<style>
span { border-color: #06168C; }
span { border-color: rgb(6,22,140); }
td.TdClassName
{
border-color: #06168C;
}
.TagClassName
{
border-color: #06168C;
}
</style>