Shades of Ultramarine #14148C
Tints of Ultramarine #14148C
RGB
CMYK
RGB Variations
Color information
#14148C (or 0x14148C) is known color: Ultramarine. HEX triplet: 14, 14 and 8C. RGB value is (20,20,140). Sum of RGB (Red+Green+Blue) = 20+20+140=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 140 (55.08% from 255 or 77.78% from 180); Max value from RGB is 140 - color contains mainly: blue. Hex color #14148C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14148C is #EBEB73. Grayscale: #212121. Windows color (decimal): -15461236 or 9180180. OLE color: 9180180.
HSL color Cylindrical-coordinate representation of color #14148C: hue angle of 240º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14148C is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 20 | 140 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.45 |
| HSL | 240º | 0.75% | 0.31% | - |
| HSV(B) | 240º | 0.86% | 0.55% | - |
| XYZ | 5.27 | 2.54 | 25.02 | - |
| YUV | 33.68 | 188 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 140 | 0.86 | 0.86 | 0 | 0.45 | 240 | 0.75 | 0.31 |
| Hex | 14 | 14 | 8C | 56 | 56 | 0 | 2D | F0 | 4B | 1F |
| Octal | 24 | 24 | 214 | 126 | 126 | 0 | 55 | 360 | 113 | 37 |
| Binary | 10100 | 10100 | 10001100 | 1010110 | 1010110 | 0 | 101101 | 11110000 | 1001011 | 11111 |
Color Harmonies of #14148C
Complementary color
Monochromatic Colors of #14148C
Black with #14148C
Text Example
Text Example
White with #14148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14148C; }
p { color: rgb(20,20,140); }
H1.HeaderClassName
{
color: #14148C;
}
.AnyTagClassName
{
color: #14148C;
}
</style>
background-color css
<style>
a { background-color: #14148C; }
a { background-color: rgb(20,20,140); }
div.DivClassName
{
background-color: #14148C;
}
.BgClassName
{
background-color: #14148C;
}
</style>
border-color css
<style>
span { border-color: #14148C; }
span { border-color: rgb(20,20,140); }
td.TdClassName
{
border-color: #14148C;
}
.TagClassName
{
border-color: #14148C;
}
</style>