Shades of Ultramarine #1A039B
Tints of Ultramarine #1A039B
RGB
CMYK
RGB Variations
Color information
#1A039B (or 0x1A039B) is known color: Ultramarine. HEX triplet: 1A, 03 and 9B. RGB value is (26,3,155). Sum of RGB (Red+Green+Blue) = 26+3+155=184 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.13% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 155 (60.94% from 255 or 84.24% from 184); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A039B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A039B is #E5FC64. Grayscale: #1A1A1A. Windows color (decimal): -15072357 or 10158874. OLE color: 10158874.
HSL color Cylindrical-coordinate representation of color #1A039B: hue angle of 249.08º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A039B is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 3 | 155 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.39 |
| HSL | 249.08º | 0.96% | 0.31% | - |
| HSV(B) | 249.08º | 0.98% | 0.61% | - |
| XYZ | 6.37 | 2.65 | 31.19 | - |
| YUV | 27.21 | 200.12 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 155 | 0.83 | 0.98 | 0 | 0.39 | 249.08 | 0.96 | 0.31 |
| Hex | 1A | 3 | 9B | 53 | 62 | 0 | 27 | F9 | 60 | 1F |
| Octal | 32 | 3 | 233 | 123 | 142 | 0 | 47 | 371 | 140 | 37 |
| Binary | 11010 | 11 | 10011011 | 1010011 | 1100010 | 0 | 100111 | 11111001 | 1100000 | 11111 |
Color Harmonies of #1A039B
Complementary color
Monochromatic Colors of #1A039B
Black with #1A039B
Text Example
Text Example
White with #1A039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A039B; }
p { color: rgb(26,3,155); }
H1.HeaderClassName
{
color: #1A039B;
}
.AnyTagClassName
{
color: #1A039B;
}
</style>
background-color css
<style>
a { background-color: #1A039B; }
a { background-color: rgb(26,3,155); }
div.DivClassName
{
background-color: #1A039B;
}
.BgClassName
{
background-color: #1A039B;
}
</style>
border-color css
<style>
span { border-color: #1A039B; }
span { border-color: rgb(26,3,155); }
td.TdClassName
{
border-color: #1A039B;
}
.TagClassName
{
border-color: #1A039B;
}
</style>