Shades of Ultramarine #061B8C
Tints of Ultramarine #061B8C
RGB
CMYK
RGB Variations
Color information
#061B8C (or 0x061B8C) is known color: Ultramarine. HEX triplet: 06, 1B and 8C. RGB value is (6,27,140). Sum of RGB (Red+Green+Blue) = 6+27+140=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 140 (55.08% from 255 or 80.92% from 173); Max value from RGB is 140 - color contains mainly: blue. Hex color #061B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061B8C is #F9E473. Grayscale: #212121. Windows color (decimal): -16376948 or 9181958. OLE color: 9181958.
HSL color Cylindrical-coordinate representation of color #061B8C: hue angle of 230.6º 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 #061B8C is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 27 | 140 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.45 |
| HSL | 230.6º | 0.92% | 0.29% | - |
| HSV(B) | 230.6º | 0.96% | 0.55% | - |
| XYZ | 5.2 | 2.72 | 25.06 | - |
| YUV | 33.6 | 188.04 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 140 | 0.96 | 0.81 | 0 | 0.45 | 230.6 | 0.92 | 0.29 |
| Hex | 6 | 1B | 8C | 60 | 51 | 0 | 2D | E7 | 5C | 1D |
| Octal | 6 | 33 | 214 | 140 | 121 | 0 | 55 | 347 | 134 | 35 |
| Binary | 110 | 11011 | 10001100 | 1100000 | 1010001 | 0 | 101101 | 11100111 | 1011100 | 11101 |
Color Harmonies of #061B8C
Complementary color
Monochromatic Colors of #061B8C
Black with #061B8C
Text Example
Text Example
White with #061B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B8C; }
p { color: rgb(6,27,140); }
H1.HeaderClassName
{
color: #061B8C;
}
.AnyTagClassName
{
color: #061B8C;
}
</style>
background-color css
<style>
a { background-color: #061B8C; }
a { background-color: rgb(6,27,140); }
div.DivClassName
{
background-color: #061B8C;
}
.BgClassName
{
background-color: #061B8C;
}
</style>
border-color css
<style>
span { border-color: #061B8C; }
span { border-color: rgb(6,27,140); }
td.TdClassName
{
border-color: #061B8C;
}
.TagClassName
{
border-color: #061B8C;
}
</style>