Shades of Ultramarine #1C06AD
Tints of Ultramarine #1C06AD
RGB
CMYK
RGB Variations
Color information
#1C06AD (or 0x1C06AD) is known color: Ultramarine. HEX triplet: 1C, 06 and AD. RGB value is (28,6,173). Sum of RGB (Red+Green+Blue) = 28+6+173=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 173 (67.97% from 255 or 83.57% from 207); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C06AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C06AD is #E3F952. Grayscale: #1E1E1E. Windows color (decimal): -14940499 or 11339292. OLE color: 11339292.
HSL color Cylindrical-coordinate representation of color #1C06AD: hue angle of 247.9º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C06AD is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 6 | 173 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.32 |
| HSL | 247.9º | 0.93% | 0.35% | - |
| HSV(B) | 247.9º | 0.97% | 0.68% | - |
| XYZ | 8.09 | 3.39 | 39.76 | - |
| YUV | 31.62 | 207.79 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 173 | 0.84 | 0.97 | 0 | 0.32 | 247.9 | 0.93 | 0.35 |
| Hex | 1C | 6 | AD | 54 | 61 | 0 | 20 | F8 | 5D | 23 |
| Octal | 34 | 6 | 255 | 124 | 141 | 0 | 40 | 370 | 135 | 43 |
| Binary | 11100 | 110 | 10101101 | 1010100 | 1100001 | 0 | 100000 | 11111000 | 1011101 | 100011 |
Color Harmonies of #1C06AD
Complementary color
Monochromatic Colors of #1C06AD
Black with #1C06AD
Text Example
Text Example
White with #1C06AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C06AD; }
p { color: rgb(28,6,173); }
H1.HeaderClassName
{
color: #1C06AD;
}
.AnyTagClassName
{
color: #1C06AD;
}
</style>
background-color css
<style>
a { background-color: #1C06AD; }
a { background-color: rgb(28,6,173); }
div.DivClassName
{
background-color: #1C06AD;
}
.BgClassName
{
background-color: #1C06AD;
}
</style>
border-color css
<style>
span { border-color: #1C06AD; }
span { border-color: rgb(28,6,173); }
td.TdClassName
{
border-color: #1C06AD;
}
.TagClassName
{
border-color: #1C06AD;
}
</style>