Shades of Ultramarine #1414A5
Tints of Ultramarine #1414A5
RGB
CMYK
RGB Variations
Color information
#1414A5 (or 0x1414A5) is known color: Ultramarine. HEX triplet: 14, 14 and A5. RGB value is (20,20,165). Sum of RGB (Red+Green+Blue) = 20+20+165=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 165 (64.84% from 255 or 80.49% from 205); Max value from RGB is 165 - color contains mainly: blue. Hex color #1414A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1414A5 is #EBEB5A. Grayscale: #232323. Windows color (decimal): -15461211 or 10818580. OLE color: 10818580.
HSL color Cylindrical-coordinate representation of color #1414A5: hue angle of 240º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1414A5 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 20 | 165 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.35 |
| HSL | 240º | 0.78% | 0.36% | - |
| HSV(B) | 240º | 0.88% | 0.65% | - |
| XYZ | 7.33 | 3.37 | 35.86 | - |
| YUV | 36.53 | 200.5 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 165 | 0.88 | 0.88 | 0 | 0.35 | 240 | 0.78 | 0.36 |
| Hex | 14 | 14 | A5 | 58 | 58 | 0 | 23 | F0 | 4E | 24 |
| Octal | 24 | 24 | 245 | 130 | 130 | 0 | 43 | 360 | 116 | 44 |
| Binary | 10100 | 10100 | 10100101 | 1011000 | 1011000 | 0 | 100011 | 11110000 | 1001110 | 100100 |
Color Harmonies of #1414A5
Complementary color
Monochromatic Colors of #1414A5
Black with #1414A5
Text Example
Text Example
White with #1414A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1414A5; }
p { color: rgb(20,20,165); }
H1.HeaderClassName
{
color: #1414A5;
}
.AnyTagClassName
{
color: #1414A5;
}
</style>
background-color css
<style>
a { background-color: #1414A5; }
a { background-color: rgb(20,20,165); }
div.DivClassName
{
background-color: #1414A5;
}
.BgClassName
{
background-color: #1414A5;
}
</style>
border-color css
<style>
span { border-color: #1414A5; }
span { border-color: rgb(20,20,165); }
td.TdClassName
{
border-color: #1414A5;
}
.TagClassName
{
border-color: #1414A5;
}
</style>