Shades of Ultramarine #1A039D
Tints of Ultramarine #1A039D
RGB
CMYK
RGB Variations
Color information
#1A039D (or 0x1A039D) is known color: Ultramarine. HEX triplet: 1A, 03 and 9D. RGB value is (26,3,157). Sum of RGB (Red+Green+Blue) = 26+3+157=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 157 (61.72% from 255 or 84.41% from 186); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A039D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A039D is #E5FC62. Grayscale: #1A1A1A. Windows color (decimal): -15072355 or 10289946. OLE color: 10289946.
HSL color Cylindrical-coordinate representation of color #1A039D: hue angle of 248.96º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A039D is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 3 | 157 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.38 |
| HSL | 248.96º | 0.96% | 0.31% | - |
| HSV(B) | 248.96º | 0.98% | 0.62% | - |
| XYZ | 6.54 | 2.72 | 32.08 | - |
| YUV | 27.43 | 201.12 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 157 | 0.83 | 0.98 | 0 | 0.38 | 248.96 | 0.96 | 0.31 |
| Hex | 1A | 3 | 9D | 53 | 62 | 0 | 26 | F9 | 60 | 1F |
| Octal | 32 | 3 | 235 | 123 | 142 | 0 | 46 | 371 | 140 | 37 |
| Binary | 11010 | 11 | 10011101 | 1010011 | 1100010 | 0 | 100110 | 11111001 | 1100000 | 11111 |
Color Harmonies of #1A039D
Complementary color
Monochromatic Colors of #1A039D
Black with #1A039D
Text Example
Text Example
White with #1A039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A039D; }
p { color: rgb(26,3,157); }
H1.HeaderClassName
{
color: #1A039D;
}
.AnyTagClassName
{
color: #1A039D;
}
</style>
background-color css
<style>
a { background-color: #1A039D; }
a { background-color: rgb(26,3,157); }
div.DivClassName
{
background-color: #1A039D;
}
.BgClassName
{
background-color: #1A039D;
}
</style>
border-color css
<style>
span { border-color: #1A039D; }
span { border-color: rgb(26,3,157); }
td.TdClassName
{
border-color: #1A039D;
}
.TagClassName
{
border-color: #1A039D;
}
</style>