Shades of Ultramarine #061C8C
Tints of Ultramarine #061C8C
RGB
CMYK
RGB Variations
Color information
#061C8C (or 0x061C8C) is known color: Ultramarine. HEX triplet: 06, 1C and 8C. RGB value is (6,28,140). Sum of RGB (Red+Green+Blue) = 6+28+140=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 140 (55.08% from 255 or 80.46% from 174); Max value from RGB is 140 - color contains mainly: blue. Hex color #061C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061C8C is #F9E373. Grayscale: #212121. Windows color (decimal): -16376692 or 9182214. OLE color: 9182214.
HSL color Cylindrical-coordinate representation of color #061C8C: hue angle of 230.15º 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 #061C8C is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 28 | 140 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.45 |
| HSL | 230.15º | 0.92% | 0.29% | - |
| HSV(B) | 230.15º | 0.96% | 0.55% | - |
| XYZ | 5.22 | 2.76 | 25.07 | - |
| YUV | 34.19 | 187.71 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 140 | 0.96 | 0.80 | 0 | 0.45 | 230.15 | 0.92 | 0.29 |
| Hex | 6 | 1C | 8C | 60 | 50 | 0 | 2D | E6 | 5C | 1D |
| Octal | 6 | 34 | 214 | 140 | 120 | 0 | 55 | 346 | 134 | 35 |
| Binary | 110 | 11100 | 10001100 | 1100000 | 1010000 | 0 | 101101 | 11100110 | 1011100 | 11101 |
Color Harmonies of #061C8C
Complementary color
Monochromatic Colors of #061C8C
Black with #061C8C
Text Example
Text Example
White with #061C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C8C; }
p { color: rgb(6,28,140); }
H1.HeaderClassName
{
color: #061C8C;
}
.AnyTagClassName
{
color: #061C8C;
}
</style>
background-color css
<style>
a { background-color: #061C8C; }
a { background-color: rgb(6,28,140); }
div.DivClassName
{
background-color: #061C8C;
}
.BgClassName
{
background-color: #061C8C;
}
</style>
border-color css
<style>
span { border-color: #061C8C; }
span { border-color: rgb(6,28,140); }
td.TdClassName
{
border-color: #061C8C;
}
.TagClassName
{
border-color: #061C8C;
}
</style>