Shades of Ultramarine #1914AF
Tints of Ultramarine #1914AF
RGB
CMYK
RGB Variations
Color information
#1914AF (or 0x1914AF) is known color: Ultramarine. HEX triplet: 19, 14 and AF. RGB value is (25,20,175). Sum of RGB (Red+Green+Blue) = 25+20+175=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 175 (68.75% from 255 or 79.55% from 220); Max value from RGB is 175 - color contains mainly: blue. Hex color #1914AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1914AF is #E6EB50. Grayscale: #262626. Windows color (decimal): -15133521 or 11473945. OLE color: 11473945.
HSL color Cylindrical-coordinate representation of color #1914AF: hue angle of 241.94º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1914AF is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 20 | 175 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.31 |
| HSL | 241.94º | 0.79% | 0.38% | - |
| HSV(B) | 241.94º | 0.89% | 0.69% | - |
| XYZ | 8.39 | 3.8 | 40.85 | - |
| YUV | 39.17 | 204.66 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 175 | 0.86 | 0.89 | 0 | 0.31 | 241.94 | 0.79 | 0.38 |
| Hex | 19 | 14 | AF | 56 | 59 | 0 | 1F | F2 | 4F | 26 |
| Octal | 31 | 24 | 257 | 126 | 131 | 0 | 37 | 362 | 117 | 46 |
| Binary | 11001 | 10100 | 10101111 | 1010110 | 1011001 | 0 | 11111 | 11110010 | 1001111 | 100110 |
Color Harmonies of #1914AF
Complementary color
Monochromatic Colors of #1914AF
Black with #1914AF
Text Example
Text Example
White with #1914AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1914AF; }
p { color: rgb(25,20,175); }
H1.HeaderClassName
{
color: #1914AF;
}
.AnyTagClassName
{
color: #1914AF;
}
</style>
background-color css
<style>
a { background-color: #1914AF; }
a { background-color: rgb(25,20,175); }
div.DivClassName
{
background-color: #1914AF;
}
.BgClassName
{
background-color: #1914AF;
}
</style>
border-color css
<style>
span { border-color: #1914AF; }
span { border-color: rgb(25,20,175); }
td.TdClassName
{
border-color: #1914AF;
}
.TagClassName
{
border-color: #1914AF;
}
</style>