Shades of Ultramarine #1C0699
Tints of Ultramarine #1C0699
RGB
CMYK
RGB Variations
Color information
#1C0699 (or 0x1C0699) is known color: Ultramarine. HEX triplet: 1C, 06 and 99. RGB value is (28,6,153). Sum of RGB (Red+Green+Blue) = 28+6+153=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 153 (60.16% from 255 or 81.82% from 187); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C0699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0699 is #E3F966. Grayscale: #1C1C1C. Windows color (decimal): -14940519 or 10028572. OLE color: 10028572.
HSL color Cylindrical-coordinate representation of color #1C0699: hue angle of 248.98º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C0699 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 28 | 6 | 153 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.4 |
| HSL | 248.98º | 0.92% | 0.31% | - |
| HSV(B) | 248.98º | 0.96% | 0.6% | - |
| XYZ | 6.29 | 2.68 | 30.32 | - |
| YUV | 29.34 | 197.79 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 153 | 0.82 | 0.96 | 0 | 0.4 | 248.98 | 0.92 | 0.31 |
| Hex | 1C | 6 | 99 | 52 | 60 | 0 | 28 | F9 | 5C | 1F |
| Octal | 34 | 6 | 231 | 122 | 140 | 0 | 50 | 371 | 134 | 37 |
| Binary | 11100 | 110 | 10011001 | 1010010 | 1100000 | 0 | 101000 | 11111001 | 1011100 | 11111 |
Color Harmonies of #1C0699
Complementary color
Monochromatic Colors of #1C0699
Black with #1C0699
Text Example
Text Example
White with #1C0699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0699; }
p { color: rgb(28,6,153); }
H1.HeaderClassName
{
color: #1C0699;
}
.AnyTagClassName
{
color: #1C0699;
}
</style>
background-color css
<style>
a { background-color: #1C0699; }
a { background-color: rgb(28,6,153); }
div.DivClassName
{
background-color: #1C0699;
}
.BgClassName
{
background-color: #1C0699;
}
</style>
border-color css
<style>
span { border-color: #1C0699; }
span { border-color: rgb(28,6,153); }
td.TdClassName
{
border-color: #1C0699;
}
.TagClassName
{
border-color: #1C0699;
}
</style>