Shades of Ultramarine #06188F
Tints of Ultramarine #06188F
RGB
CMYK
RGB Variations
Color information
#06188F (or 0x06188F) is known color: Ultramarine. HEX triplet: 06, 18 and 8F. RGB value is (6,24,143). Sum of RGB (Red+Green+Blue) = 6+24+143=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 143 (56.25% from 255 or 82.66% from 173); Max value from RGB is 143 - color contains mainly: blue. Hex color #06188F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06188F is #F9E770. Grayscale: #1F1F1F. Windows color (decimal): -16377713 or 9377798. OLE color: 9377798.
HSL color Cylindrical-coordinate representation of color #06188F: hue angle of 232.12º 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 #06188F is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 24 | 143 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.44 |
| HSL | 232.12º | 0.92% | 0.29% | - |
| HSV(B) | 232.12º | 0.96% | 0.56% | - |
| XYZ | 5.36 | 2.68 | 26.22 | - |
| YUV | 32.18 | 190.54 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 143 | 0.96 | 0.83 | 0 | 0.44 | 232.12 | 0.92 | 0.29 |
| Hex | 6 | 18 | 8F | 60 | 53 | 0 | 2C | E8 | 5C | 1D |
| Octal | 6 | 30 | 217 | 140 | 123 | 0 | 54 | 350 | 134 | 35 |
| Binary | 110 | 11000 | 10001111 | 1100000 | 1010011 | 0 | 101100 | 11101000 | 1011100 | 11101 |
Color Harmonies of #06188F
Complementary color
Monochromatic Colors of #06188F
Black with #06188F
Text Example
Text Example
White with #06188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06188F; }
p { color: rgb(6,24,143); }
H1.HeaderClassName
{
color: #06188F;
}
.AnyTagClassName
{
color: #06188F;
}
</style>
background-color css
<style>
a { background-color: #06188F; }
a { background-color: rgb(6,24,143); }
div.DivClassName
{
background-color: #06188F;
}
.BgClassName
{
background-color: #06188F;
}
</style>
border-color css
<style>
span { border-color: #06188F; }
span { border-color: rgb(6,24,143); }
td.TdClassName
{
border-color: #06188F;
}
.TagClassName
{
border-color: #06188F;
}
</style>