Shades of Ultramarine #1402A5
Tints of Ultramarine #1402A5
RGB
CMYK
RGB Variations
Color information
#1402A5 (or 0x1402A5) is known color: Ultramarine. HEX triplet: 14, 02 and A5. RGB value is (20,2,165). Sum of RGB (Red+Green+Blue) = 20+2+165=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 165 (64.84% from 255 or 88.24% from 187); Max value from RGB is 165 - color contains mainly: blue. Hex color #1402A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1402A5 is #EBFD5A. Grayscale: #191919. Windows color (decimal): -15465819 or 10813972. OLE color: 10813972.
HSL color Cylindrical-coordinate representation of color #1402A5: hue angle of 246.63º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1402A5 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 2 | 165 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.35 |
| HSL | 246.63º | 0.98% | 0.33% | - |
| HSV(B) | 246.63º | 0.99% | 0.65% | - |
| XYZ | 7.1 | 2.91 | 35.78 | - |
| YUV | 25.96 | 206.46 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 165 | 0.88 | 0.99 | 0 | 0.35 | 246.63 | 0.98 | 0.33 |
| Hex | 14 | 2 | A5 | 58 | 63 | 0 | 23 | F7 | 62 | 21 |
| Octal | 24 | 2 | 245 | 130 | 143 | 0 | 43 | 367 | 142 | 41 |
| Binary | 10100 | 10 | 10100101 | 1011000 | 1100011 | 0 | 100011 | 11110111 | 1100010 | 100001 |
Color Harmonies of #1402A5
Complementary color
Monochromatic Colors of #1402A5
Black with #1402A5
Text Example
Text Example
White with #1402A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1402A5; }
p { color: rgb(20,2,165); }
H1.HeaderClassName
{
color: #1402A5;
}
.AnyTagClassName
{
color: #1402A5;
}
</style>
background-color css
<style>
a { background-color: #1402A5; }
a { background-color: rgb(20,2,165); }
div.DivClassName
{
background-color: #1402A5;
}
.BgClassName
{
background-color: #1402A5;
}
</style>
border-color css
<style>
span { border-color: #1402A5; }
span { border-color: rgb(20,2,165); }
td.TdClassName
{
border-color: #1402A5;
}
.TagClassName
{
border-color: #1402A5;
}
</style>