Shades of Ultramarine #1A0CA4
Tints of Ultramarine #1A0CA4
RGB
CMYK
RGB Variations
Color information
#1A0CA4 (or 0x1A0CA4) is known color: Ultramarine. HEX triplet: 1A, 0C and A4. RGB value is (26,12,164). Sum of RGB (Red+Green+Blue) = 26+12+164=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 164 (64.45% from 255 or 81.19% from 202); Max value from RGB is 164 - color contains mainly: blue. Hex color #1A0CA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0CA4 is #E5F35B. Grayscale: #202020. Windows color (decimal): -15070044 or 10751002. OLE color: 10751002.
HSL color Cylindrical-coordinate representation of color #1A0CA4: hue angle of 245.53º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A0CA4 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 12 | 164 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.36 |
| HSL | 245.53º | 0.86% | 0.35% | - |
| HSV(B) | 245.53º | 0.93% | 0.64% | - |
| XYZ | 7.26 | 3.16 | 35.35 | - |
| YUV | 33.51 | 201.64 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 164 | 0.84 | 0.93 | 0 | 0.36 | 245.53 | 0.86 | 0.35 |
| Hex | 1A | C | A4 | 54 | 5D | 0 | 24 | F6 | 56 | 23 |
| Octal | 32 | 14 | 244 | 124 | 135 | 0 | 44 | 366 | 126 | 43 |
| Binary | 11010 | 1100 | 10100100 | 1010100 | 1011101 | 0 | 100100 | 11110110 | 1010110 | 100011 |
Color Harmonies of #1A0CA4
Complementary color
Monochromatic Colors of #1A0CA4
Black with #1A0CA4
Text Example
Text Example
White with #1A0CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0CA4; }
p { color: rgb(26,12,164); }
H1.HeaderClassName
{
color: #1A0CA4;
}
.AnyTagClassName
{
color: #1A0CA4;
}
</style>
background-color css
<style>
a { background-color: #1A0CA4; }
a { background-color: rgb(26,12,164); }
div.DivClassName
{
background-color: #1A0CA4;
}
.BgClassName
{
background-color: #1A0CA4;
}
</style>
border-color css
<style>
span { border-color: #1A0CA4; }
span { border-color: rgb(26,12,164); }
td.TdClassName
{
border-color: #1A0CA4;
}
.TagClassName
{
border-color: #1A0CA4;
}
</style>