Shades of Ultramarine #1C06A1
Tints of Ultramarine #1C06A1
RGB
CMYK
RGB Variations
Color information
#1C06A1 (or 0x1C06A1) is known color: Ultramarine. HEX triplet: 1C, 06 and A1. RGB value is (28,6,161). Sum of RGB (Red+Green+Blue) = 28+6+161=195 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.36% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 161 (63.28% from 255 or 82.56% from 195); Max value from RGB is 161 - color contains mainly: blue. Hex color #1C06A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C06A1 is #E3F95E. Grayscale: #1D1D1D. Windows color (decimal): -14940511 or 10552860. OLE color: 10552860.
HSL color Cylindrical-coordinate representation of color #1C06A1: hue angle of 248.52º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C06A1 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 6 | 161 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.37 |
| HSL | 248.52º | 0.93% | 0.33% | - |
| HSV(B) | 248.52º | 0.96% | 0.63% | - |
| XYZ | 6.98 | 2.95 | 33.92 | - |
| YUV | 30.25 | 201.79 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 161 | 0.83 | 0.96 | 0 | 0.37 | 248.52 | 0.93 | 0.33 |
| Hex | 1C | 6 | A1 | 53 | 60 | 0 | 25 | F9 | 5D | 21 |
| Octal | 34 | 6 | 241 | 123 | 140 | 0 | 45 | 371 | 135 | 41 |
| Binary | 11100 | 110 | 10100001 | 1010011 | 1100000 | 0 | 100101 | 11111001 | 1011101 | 100001 |
Color Harmonies of #1C06A1
Complementary color
Monochromatic Colors of #1C06A1
Black with #1C06A1
Text Example
Text Example
White with #1C06A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C06A1; }
p { color: rgb(28,6,161); }
H1.HeaderClassName
{
color: #1C06A1;
}
.AnyTagClassName
{
color: #1C06A1;
}
</style>
background-color css
<style>
a { background-color: #1C06A1; }
a { background-color: rgb(28,6,161); }
div.DivClassName
{
background-color: #1C06A1;
}
.BgClassName
{
background-color: #1C06A1;
}
</style>
border-color css
<style>
span { border-color: #1C06A1; }
span { border-color: rgb(28,6,161); }
td.TdClassName
{
border-color: #1C06A1;
}
.TagClassName
{
border-color: #1C06A1;
}
</style>