Shades of Ultramarine #1C0FAA
Tints of Ultramarine #1C0FAA
RGB
CMYK
RGB Variations
Color information
#1C0FAA (or 0x1C0FAA) is known color: Ultramarine. HEX triplet: 1C, 0F and AA. RGB value is (28,15,170). Sum of RGB (Red+Green+Blue) = 28+15+170=213 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.15% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C0FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0FAA is #E3F055. Grayscale: #232323. Windows color (decimal): -14938198 or 11144988. OLE color: 11144988.
HSL color Cylindrical-coordinate representation of color #1C0FAA: hue angle of 245.03º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C0FAA is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 15 | 170 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.33 |
| HSL | 245.03º | 0.84% | 0.36% | - |
| HSV(B) | 245.03º | 0.91% | 0.67% | - |
| XYZ | 7.91 | 3.49 | 38.29 | - |
| YUV | 36.56 | 203.31 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 15 | 170 | 0.84 | 0.91 | 0 | 0.33 | 245.03 | 0.84 | 0.36 |
| Hex | 1C | F | AA | 54 | 5B | 0 | 21 | F5 | 54 | 24 |
| Octal | 34 | 17 | 252 | 124 | 133 | 0 | 41 | 365 | 124 | 44 |
| Binary | 11100 | 1111 | 10101010 | 1010100 | 1011011 | 0 | 100001 | 11110101 | 1010100 | 100100 |
Color Harmonies of #1C0FAA
Complementary color
Monochromatic Colors of #1C0FAA
Black with #1C0FAA
Text Example
Text Example
White with #1C0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0FAA; }
p { color: rgb(28,15,170); }
H1.HeaderClassName
{
color: #1C0FAA;
}
.AnyTagClassName
{
color: #1C0FAA;
}
</style>
background-color css
<style>
a { background-color: #1C0FAA; }
a { background-color: rgb(28,15,170); }
div.DivClassName
{
background-color: #1C0FAA;
}
.BgClassName
{
background-color: #1C0FAA;
}
</style>
border-color css
<style>
span { border-color: #1C0FAA; }
span { border-color: rgb(28,15,170); }
td.TdClassName
{
border-color: #1C0FAA;
}
.TagClassName
{
border-color: #1C0FAA;
}
</style>