Shades of Ultramarine #061387
Tints of Ultramarine #061387
RGB
CMYK
RGB Variations
Color information
#061387 (or 0x061387) is known color: Ultramarine. HEX triplet: 06, 13 and 87. RGB value is (6,19,135). Sum of RGB (Red+Green+Blue) = 6+19+135=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 135 (53.12% from 255 or 84.38% from 160); Max value from RGB is 135 - color contains mainly: blue. Hex color #061387 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061387 is #F9EC78. Grayscale: #1B1B1B. Windows color (decimal): -16379001 or 8852230. OLE color: 8852230.
HSL color Cylindrical-coordinate representation of color #061387: hue angle of 233.95º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061387 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 19 | 135 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.47 |
| HSL | 233.95º | 0.91% | 0.28% | - |
| HSV(B) | 233.95º | 0.96% | 0.53% | - |
| XYZ | 4.68 | 2.25 | 23.11 | - |
| YUV | 28.34 | 188.19 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 135 | 0.96 | 0.86 | 0 | 0.47 | 233.95 | 0.91 | 0.28 |
| Hex | 6 | 13 | 87 | 60 | 56 | 0 | 2F | EA | 5B | 1C |
| Octal | 6 | 23 | 207 | 140 | 126 | 0 | 57 | 352 | 133 | 34 |
| Binary | 110 | 10011 | 10000111 | 1100000 | 1010110 | 0 | 101111 | 11101010 | 1011011 | 11100 |
Color Harmonies of #061387
Complementary color
Monochromatic Colors of #061387
Black with #061387
Text Example
Text Example
White with #061387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061387; }
p { color: rgb(6,19,135); }
H1.HeaderClassName
{
color: #061387;
}
.AnyTagClassName
{
color: #061387;
}
</style>
background-color css
<style>
a { background-color: #061387; }
a { background-color: rgb(6,19,135); }
div.DivClassName
{
background-color: #061387;
}
.BgClassName
{
background-color: #061387;
}
</style>
border-color css
<style>
span { border-color: #061387; }
span { border-color: rgb(6,19,135); }
td.TdClassName
{
border-color: #061387;
}
.TagClassName
{
border-color: #061387;
}
</style>