Shades of Ultramarine #1A238F
Tints of Ultramarine #1A238F
RGB
CMYK
RGB Variations
Color information
#1A238F (or 0x1A238F) is known color: Ultramarine. HEX triplet: 1A, 23 and 8F. RGB value is (26,35,143). Sum of RGB (Red+Green+Blue) = 26+35+143=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 143 (56.25% from 255 or 70.10% from 204); Max value from RGB is 143 - color contains mainly: blue. Hex color #1A238F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A238F is #E5DC70. Grayscale: #2C2C2C. Windows color (decimal): -15064177 or 9380634. OLE color: 9380634.
HSL color Cylindrical-coordinate representation of color #1A238F: hue angle of 235.38º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A238F is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 35 | 143 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.44 |
| HSL | 235.38º | 0.69% | 0.33% | - |
| HSV(B) | 235.38º | 0.82% | 0.56% | - |
| XYZ | 5.98 | 3.4 | 26.33 | - |
| YUV | 44.62 | 183.52 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 35 | 143 | 0.82 | 0.76 | 0 | 0.44 | 235.38 | 0.69 | 0.33 |
| Hex | 1A | 23 | 8F | 52 | 4C | 0 | 2C | EB | 45 | 21 |
| Octal | 32 | 43 | 217 | 122 | 114 | 0 | 54 | 353 | 105 | 41 |
| Binary | 11010 | 100011 | 10001111 | 1010010 | 1001100 | 0 | 101100 | 11101011 | 1000101 | 100001 |
Color Harmonies of #1A238F
Complementary color
Monochromatic Colors of #1A238F
Black with #1A238F
Text Example
Text Example
White with #1A238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A238F; }
p { color: rgb(26,35,143); }
H1.HeaderClassName
{
color: #1A238F;
}
.AnyTagClassName
{
color: #1A238F;
}
</style>
background-color css
<style>
a { background-color: #1A238F; }
a { background-color: rgb(26,35,143); }
div.DivClassName
{
background-color: #1A238F;
}
.BgClassName
{
background-color: #1A238F;
}
</style>
border-color css
<style>
span { border-color: #1A238F; }
span { border-color: rgb(26,35,143); }
td.TdClassName
{
border-color: #1A238F;
}
.TagClassName
{
border-color: #1A238F;
}
</style>