Shades of Ultramarine #1A228A
Tints of Ultramarine #1A228A
RGB
CMYK
RGB Variations
Color information
#1A228A (or 0x1A228A) is known color: Ultramarine. HEX triplet: 1A, 22 and 8A. RGB value is (26,34,138). Sum of RGB (Red+Green+Blue) = 26+34+138=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 138 (54.30% from 255 or 69.70% from 198); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A228A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A228A is #E5DD75. Grayscale: #2B2B2B. Windows color (decimal): -15064438 or 9052698. OLE color: 9052698.
HSL color Cylindrical-coordinate representation of color #1A228A: hue angle of 235.71º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A228A is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 34 | 138 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.46 |
| HSL | 235.71º | 0.68% | 0.32% | - |
| HSV(B) | 235.71º | 0.81% | 0.54% | - |
| XYZ | 5.59 | 3.2 | 24.37 | - |
| YUV | 43.46 | 181.35 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 34 | 138 | 0.81 | 0.75 | 0 | 0.46 | 235.71 | 0.68 | 0.32 |
| Hex | 1A | 22 | 8A | 51 | 4B | 0 | 2E | EC | 44 | 20 |
| Octal | 32 | 42 | 212 | 121 | 113 | 0 | 56 | 354 | 104 | 40 |
| Binary | 11010 | 100010 | 10001010 | 1010001 | 1001011 | 0 | 101110 | 11101100 | 1000100 | 100000 |
Color Harmonies of #1A228A
Complementary color
Monochromatic Colors of #1A228A
Black with #1A228A
Text Example
Text Example
White with #1A228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A228A; }
p { color: rgb(26,34,138); }
H1.HeaderClassName
{
color: #1A228A;
}
.AnyTagClassName
{
color: #1A228A;
}
</style>
background-color css
<style>
a { background-color: #1A228A; }
a { background-color: rgb(26,34,138); }
div.DivClassName
{
background-color: #1A228A;
}
.BgClassName
{
background-color: #1A228A;
}
</style>
border-color css
<style>
span { border-color: #1A228A; }
span { border-color: rgb(26,34,138); }
td.TdClassName
{
border-color: #1A228A;
}
.TagClassName
{
border-color: #1A228A;
}
</style>