Shades of Ultramarine #1A14B4
Tints of Ultramarine #1A14B4
RGB
CMYK
RGB Variations
Color information
#1A14B4 (or 0x1A14B4) is known color: Ultramarine. HEX triplet: 1A, 14 and B4. RGB value is (26,20,180). Sum of RGB (Red+Green+Blue) = 26+20+180=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 180 (70.70% from 255 or 79.65% from 226); Max value from RGB is 180 - color contains mainly: blue. Hex color #1A14B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A14B4 is #E5EB4B. Grayscale: #272727. Windows color (decimal): -15067980 or 11801626. OLE color: 11801626.
HSL color Cylindrical-coordinate representation of color #1A14B4: hue angle of 242.25º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A14B4 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 20 | 180 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.29 |
| HSL | 242.25º | 0.8% | 0.39% | - |
| HSV(B) | 242.25º | 0.89% | 0.71% | - |
| XYZ | 8.91 | 4.02 | 43.49 | - |
| YUV | 40.03 | 206.99 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 20 | 180 | 0.86 | 0.89 | 0 | 0.29 | 242.25 | 0.8 | 0.39 |
| Hex | 1A | 14 | B4 | 56 | 59 | 0 | 1D | F2 | 50 | 27 |
| Octal | 32 | 24 | 264 | 126 | 131 | 0 | 35 | 362 | 120 | 47 |
| Binary | 11010 | 10100 | 10110100 | 1010110 | 1011001 | 0 | 11101 | 11110010 | 1010000 | 100111 |
Color Harmonies of #1A14B4
Complementary color
Monochromatic Colors of #1A14B4
Black with #1A14B4
Text Example
Text Example
White with #1A14B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A14B4; }
p { color: rgb(26,20,180); }
H1.HeaderClassName
{
color: #1A14B4;
}
.AnyTagClassName
{
color: #1A14B4;
}
</style>
background-color css
<style>
a { background-color: #1A14B4; }
a { background-color: rgb(26,20,180); }
div.DivClassName
{
background-color: #1A14B4;
}
.BgClassName
{
background-color: #1A14B4;
}
</style>
border-color css
<style>
span { border-color: #1A14B4; }
span { border-color: rgb(26,20,180); }
td.TdClassName
{
border-color: #1A14B4;
}
.TagClassName
{
border-color: #1A14B4;
}
</style>