Shades of Ultramarine #1A0FAF
Tints of Ultramarine #1A0FAF
RGB
CMYK
RGB Variations
Color information
#1A0FAF (or 0x1A0FAF) is known color: Ultramarine. HEX triplet: 1A, 0F and AF. RGB value is (26,15,175). Sum of RGB (Red+Green+Blue) = 26+15+175=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 175 (68.75% from 255 or 81.02% from 216); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A0FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0FAF is #E5F050. Grayscale: #232323. Windows color (decimal): -15069265 or 11472666. OLE color: 11472666.
HSL color Cylindrical-coordinate representation of color #1A0FAF: hue angle of 244.12º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A0FAF is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 15 | 175 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.31 |
| HSL | 244.13º | 0.84% | 0.37% | - |
| HSV(B) | 244.13º | 0.91% | 0.69% | - |
| XYZ | 8.33 | 3.66 | 40.82 | - |
| YUV | 36.53 | 206.14 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 15 | 175 | 0.85 | 0.91 | 0 | 0.31 | 244.13 | 0.84 | 0.37 |
| Hex | 1A | F | AF | 55 | 5B | 0 | 1F | F4 | 54 | 25 |
| Octal | 32 | 17 | 257 | 125 | 133 | 0 | 37 | 364 | 124 | 45 |
| Binary | 11010 | 1111 | 10101111 | 1010101 | 1011011 | 0 | 11111 | 11110100 | 1010100 | 100101 |
Color Harmonies of #1A0FAF
Complementary color
Monochromatic Colors of #1A0FAF
Black with #1A0FAF
Text Example
Text Example
White with #1A0FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0FAF; }
p { color: rgb(26,15,175); }
H1.HeaderClassName
{
color: #1A0FAF;
}
.AnyTagClassName
{
color: #1A0FAF;
}
</style>
background-color css
<style>
a { background-color: #1A0FAF; }
a { background-color: rgb(26,15,175); }
div.DivClassName
{
background-color: #1A0FAF;
}
.BgClassName
{
background-color: #1A0FAF;
}
</style>
border-color css
<style>
span { border-color: #1A0FAF; }
span { border-color: rgb(26,15,175); }
td.TdClassName
{
border-color: #1A0FAF;
}
.TagClassName
{
border-color: #1A0FAF;
}
</style>