Shades of Ultramarine #060F8D
Tints of Ultramarine #060F8D
RGB
CMYK
RGB Variations
Color information
#060F8D (or 0x060F8D) is known color: Ultramarine. HEX triplet: 06, 0F and 8D. RGB value is (6,15,141). Sum of RGB (Red+Green+Blue) = 6+15+141=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 141 (55.47% from 255 or 87.04% from 162); Max value from RGB is 141 - color contains mainly: blue. Hex color #060F8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060F8D is #F9F072. Grayscale: #1A1A1A. Windows color (decimal): -16380019 or 9244422. OLE color: 9244422.
HSL color Cylindrical-coordinate representation of color #060F8D: hue angle of 236º 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 #060F8D is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 15 | 141 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.45 |
| HSL | 236º | 0.92% | 0.29% | - |
| HSV(B) | 236º | 0.96% | 0.55% | - |
| XYZ | 5.05 | 2.3 | 25.38 | - |
| YUV | 26.67 | 192.52 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 15 | 141 | 0.96 | 0.89 | 0 | 0.45 | 236 | 0.92 | 0.29 |
| Hex | 6 | F | 8D | 60 | 59 | 0 | 2D | EC | 5C | 1D |
| Octal | 6 | 17 | 215 | 140 | 131 | 0 | 55 | 354 | 134 | 35 |
| Binary | 110 | 1111 | 10001101 | 1100000 | 1011001 | 0 | 101101 | 11101100 | 1011100 | 11101 |
Color Harmonies of #060F8D
Complementary color
Monochromatic Colors of #060F8D
Black with #060F8D
Text Example
Text Example
White with #060F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060F8D; }
p { color: rgb(6,15,141); }
H1.HeaderClassName
{
color: #060F8D;
}
.AnyTagClassName
{
color: #060F8D;
}
</style>
background-color css
<style>
a { background-color: #060F8D; }
a { background-color: rgb(6,15,141); }
div.DivClassName
{
background-color: #060F8D;
}
.BgClassName
{
background-color: #060F8D;
}
</style>
border-color css
<style>
span { border-color: #060F8D; }
span { border-color: rgb(6,15,141); }
td.TdClassName
{
border-color: #060F8D;
}
.TagClassName
{
border-color: #060F8D;
}
</style>