Shades of Ultramarine #14009B
Tints of Ultramarine #14009B
RGB
CMYK
RGB Variations
Color information
#14009B (or 0x14009B) is known color: Ultramarine. HEX triplet: 14, 00 and 9B. RGB value is (20,0,155). Sum of RGB (Red+Green+Blue) = 20+0+155=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 155 (60.94% from 255 or 88.57% from 175); Max value from RGB is 155 - color contains mainly: blue. Hex color #14009B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14009B is #EBFF64. Grayscale: #171717. Windows color (decimal): -15466341 or 10158100. OLE color: 10158100.
HSL color Cylindrical-coordinate representation of color #14009B: hue angle of 247.74º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14009B is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 0 | 155 | - |
| CMYK | 0.87 | 1 | 0 | 0.39 |
| HSL | 247.74º | 1% | 0.3% | - |
| HSV(B) | 247.74º | 1% | 0.61% | - |
| XYZ | 6.2 | 2.52 | 31.17 | - |
| YUV | 23.65 | 202.13 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 155 | 0.87 | 1 | 0 | 0.39 | 247.74 | 1 | 0.3 |
| Hex | 14 | 0 | 9B | 57 | 64 | 0 | 27 | F8 | 64 | 1E |
| Octal | 24 | 0 | 233 | 127 | 144 | 0 | 47 | 370 | 144 | 36 |
| Binary | 10100 | 0 | 10011011 | 1010111 | 1100100 | 0 | 100111 | 11111000 | 1100100 | 11110 |
Color Harmonies of #14009B
Complementary color
Monochromatic Colors of #14009B
Black with #14009B
Text Example
Text Example
White with #14009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14009B; }
p { color: rgb(20,0,155); }
H1.HeaderClassName
{
color: #14009B;
}
.AnyTagClassName
{
color: #14009B;
}
</style>
background-color css
<style>
a { background-color: #14009B; }
a { background-color: rgb(20,0,155); }
div.DivClassName
{
background-color: #14009B;
}
.BgClassName
{
background-color: #14009B;
}
</style>
border-color css
<style>
span { border-color: #14009B; }
span { border-color: rgb(20,0,155); }
td.TdClassName
{
border-color: #14009B;
}
.TagClassName
{
border-color: #14009B;
}
</style>