Shades of Ultramarine #061A8C
Tints of Ultramarine #061A8C
RGB
CMYK
RGB Variations
Color information
#061A8C (or 0x061A8C) is known color: Ultramarine. HEX triplet: 06, 1A and 8C. RGB value is (6,26,140). Sum of RGB (Red+Green+Blue) = 6+26+140=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 140 (55.08% from 255 or 81.40% from 172); Max value from RGB is 140 - color contains mainly: blue. Hex color #061A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061A8C is #F9E573. Grayscale: #202020. Windows color (decimal): -16377204 or 9181702. OLE color: 9181702.
HSL color Cylindrical-coordinate representation of color #061A8C: hue angle of 231.04º 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 #061A8C is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 26 | 140 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.45 |
| HSL | 231.04º | 0.92% | 0.29% | - |
| HSV(B) | 231.04º | 0.96% | 0.55% | - |
| XYZ | 5.18 | 2.67 | 25.05 | - |
| YUV | 33.02 | 188.37 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 140 | 0.96 | 0.81 | 0 | 0.45 | 231.04 | 0.92 | 0.29 |
| Hex | 6 | 1A | 8C | 60 | 51 | 0 | 2D | E7 | 5C | 1D |
| Octal | 6 | 32 | 214 | 140 | 121 | 0 | 55 | 347 | 134 | 35 |
| Binary | 110 | 11010 | 10001100 | 1100000 | 1010001 | 0 | 101101 | 11100111 | 1011100 | 11101 |
Color Harmonies of #061A8C
Complementary color
Monochromatic Colors of #061A8C
Black with #061A8C
Text Example
Text Example
White with #061A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A8C; }
p { color: rgb(6,26,140); }
H1.HeaderClassName
{
color: #061A8C;
}
.AnyTagClassName
{
color: #061A8C;
}
</style>
background-color css
<style>
a { background-color: #061A8C; }
a { background-color: rgb(6,26,140); }
div.DivClassName
{
background-color: #061A8C;
}
.BgClassName
{
background-color: #061A8C;
}
</style>
border-color css
<style>
span { border-color: #061A8C; }
span { border-color: rgb(6,26,140); }
td.TdClassName
{
border-color: #061A8C;
}
.TagClassName
{
border-color: #061A8C;
}
</style>