Shades of Ultramarine #1C04A8
Tints of Ultramarine #1C04A8
RGB
CMYK
RGB Variations
Color information
#1C04A8 (or 0x1C04A8) is known color: Ultramarine. HEX triplet: 1C, 04 and A8. RGB value is (28,4,168). Sum of RGB (Red+Green+Blue) = 28+4+168=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 168 (66.02% from 255 or 84% from 200); Max value from RGB is 168 - color contains mainly: blue. Hex color #1C04A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C04A8 is #E3FB57. Grayscale: #1D1D1D. Windows color (decimal): -14941016 or 11011100. OLE color: 11011100.
HSL color Cylindrical-coordinate representation of color #1C04A8: hue angle of 248.78º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C04A8 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 4 | 168 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.34 |
| HSL | 248.78º | 0.95% | 0.34% | - |
| HSV(B) | 248.78º | 0.98% | 0.66% | - |
| XYZ | 7.59 | 3.16 | 37.26 | - |
| YUV | 29.87 | 205.95 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 4 | 168 | 0.83 | 0.98 | 0 | 0.34 | 248.78 | 0.95 | 0.34 |
| Hex | 1C | 4 | A8 | 53 | 62 | 0 | 22 | F9 | 5F | 22 |
| Octal | 34 | 4 | 250 | 123 | 142 | 0 | 42 | 371 | 137 | 42 |
| Binary | 11100 | 100 | 10101000 | 1010011 | 1100010 | 0 | 100010 | 11111001 | 1011111 | 100010 |
Color Harmonies of #1C04A8
Complementary color
Monochromatic Colors of #1C04A8
Black with #1C04A8
Text Example
Text Example
White with #1C04A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C04A8; }
p { color: rgb(28,4,168); }
H1.HeaderClassName
{
color: #1C04A8;
}
.AnyTagClassName
{
color: #1C04A8;
}
</style>
background-color css
<style>
a { background-color: #1C04A8; }
a { background-color: rgb(28,4,168); }
div.DivClassName
{
background-color: #1C04A8;
}
.BgClassName
{
background-color: #1C04A8;
}
</style>
border-color css
<style>
span { border-color: #1C04A8; }
span { border-color: rgb(28,4,168); }
td.TdClassName
{
border-color: #1C04A8;
}
.TagClassName
{
border-color: #1C04A8;
}
</style>