Shades of Ultramarine #061C8F
Tints of Ultramarine #061C8F
RGB
CMYK
RGB Variations
Color information
#061C8F (or 0x061C8F) is known color: Ultramarine. HEX triplet: 06, 1C and 8F. RGB value is (6,28,143). Sum of RGB (Red+Green+Blue) = 6+28+143=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 143 (56.25% from 255 or 80.79% from 177); Max value from RGB is 143 - color contains mainly: blue. Hex color #061C8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061C8F is #F9E370. Grayscale: #222222. Windows color (decimal): -16376689 or 9378822. OLE color: 9378822.
HSL color Cylindrical-coordinate representation of color #061C8F: hue angle of 230.36º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061C8F is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 28 | 143 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.44 |
| HSL | 230.37º | 0.92% | 0.29% | - |
| HSV(B) | 230.37º | 0.96% | 0.56% | - |
| XYZ | 5.45 | 2.85 | 26.25 | - |
| YUV | 34.53 | 189.21 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 143 | 0.96 | 0.80 | 0 | 0.44 | 230.37 | 0.92 | 0.29 |
| Hex | 6 | 1C | 8F | 60 | 50 | 0 | 2C | E6 | 5C | 1D |
| Octal | 6 | 34 | 217 | 140 | 120 | 0 | 54 | 346 | 134 | 35 |
| Binary | 110 | 11100 | 10001111 | 1100000 | 1010000 | 0 | 101100 | 11100110 | 1011100 | 11101 |
Color Harmonies of #061C8F
Complementary color
Monochromatic Colors of #061C8F
Black with #061C8F
Text Example
Text Example
White with #061C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C8F; }
p { color: rgb(6,28,143); }
H1.HeaderClassName
{
color: #061C8F;
}
.AnyTagClassName
{
color: #061C8F;
}
</style>
background-color css
<style>
a { background-color: #061C8F; }
a { background-color: rgb(6,28,143); }
div.DivClassName
{
background-color: #061C8F;
}
.BgClassName
{
background-color: #061C8F;
}
</style>
border-color css
<style>
span { border-color: #061C8F; }
span { border-color: rgb(6,28,143); }
td.TdClassName
{
border-color: #061C8F;
}
.TagClassName
{
border-color: #061C8F;
}
</style>