Shades of Ultramarine #06148C
Tints of Ultramarine #06148C
RGB
CMYK
RGB Variations
Color information
#06148C (or 0x06148C) is known color: Ultramarine. HEX triplet: 06, 14 and 8C. RGB value is (6,20,140). Sum of RGB (Red+Green+Blue) = 6+20+140=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 140 (55.08% from 255 or 84.34% from 166); Max value from RGB is 140 - color contains mainly: blue. Hex color #06148C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06148C is #F9EB73. Grayscale: #1D1D1D. Windows color (decimal): -16378740 or 9180166. OLE color: 9180166.
HSL color Cylindrical-coordinate representation of color #06148C: hue angle of 233.73º 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 #06148C is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 20 | 140 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.45 |
| HSL | 233.73º | 0.92% | 0.29% | - |
| HSV(B) | 233.73º | 0.96% | 0.55% | - |
| XYZ | 5.06 | 2.43 | 25.01 | - |
| YUV | 29.49 | 190.36 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 140 | 0.96 | 0.86 | 0 | 0.45 | 233.73 | 0.92 | 0.29 |
| Hex | 6 | 14 | 8C | 60 | 56 | 0 | 2D | EA | 5C | 1D |
| Octal | 6 | 24 | 214 | 140 | 126 | 0 | 55 | 352 | 134 | 35 |
| Binary | 110 | 10100 | 10001100 | 1100000 | 1010110 | 0 | 101101 | 11101010 | 1011100 | 11101 |
Color Harmonies of #06148C
Complementary color
Monochromatic Colors of #06148C
Black with #06148C
Text Example
Text Example
White with #06148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06148C; }
p { color: rgb(6,20,140); }
H1.HeaderClassName
{
color: #06148C;
}
.AnyTagClassName
{
color: #06148C;
}
</style>
background-color css
<style>
a { background-color: #06148C; }
a { background-color: rgb(6,20,140); }
div.DivClassName
{
background-color: #06148C;
}
.BgClassName
{
background-color: #06148C;
}
</style>
border-color css
<style>
span { border-color: #06148C; }
span { border-color: rgb(6,20,140); }
td.TdClassName
{
border-color: #06148C;
}
.TagClassName
{
border-color: #06148C;
}
</style>