Shades of Ultramarine #141B9C
Tints of Ultramarine #141B9C
RGB
CMYK
RGB Variations
Color information
#141B9C (or 0x141B9C) is known color: Ultramarine. HEX triplet: 14, 1B and 9C. RGB value is (20,27,156). Sum of RGB (Red+Green+Blue) = 20+27+156=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #141B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141B9C is #EBE463. Grayscale: #272727. Windows color (decimal): -15459428 or 10230548. OLE color: 10230548.
HSL color Cylindrical-coordinate representation of color #141B9C: hue angle of 236.91º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #141B9C is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 27 | 156 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.39 |
| HSL | 236.91º | 0.77% | 0.35% | - |
| HSV(B) | 236.91º | 0.87% | 0.61% | - |
| XYZ | 6.68 | 3.33 | 31.74 | - |
| YUV | 39.61 | 193.68 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 156 | 0.87 | 0.83 | 0 | 0.39 | 236.91 | 0.77 | 0.35 |
| Hex | 14 | 1B | 9C | 57 | 53 | 0 | 27 | ED | 4D | 23 |
| Octal | 24 | 33 | 234 | 127 | 123 | 0 | 47 | 355 | 115 | 43 |
| Binary | 10100 | 11011 | 10011100 | 1010111 | 1010011 | 0 | 100111 | 11101101 | 1001101 | 100011 |
Color Harmonies of #141B9C
Complementary color
Monochromatic Colors of #141B9C
Black with #141B9C
Text Example
Text Example
White with #141B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B9C; }
p { color: rgb(20,27,156); }
H1.HeaderClassName
{
color: #141B9C;
}
.AnyTagClassName
{
color: #141B9C;
}
</style>
background-color css
<style>
a { background-color: #141B9C; }
a { background-color: rgb(20,27,156); }
div.DivClassName
{
background-color: #141B9C;
}
.BgClassName
{
background-color: #141B9C;
}
</style>
border-color css
<style>
span { border-color: #141B9C; }
span { border-color: rgb(20,27,156); }
td.TdClassName
{
border-color: #141B9C;
}
.TagClassName
{
border-color: #141B9C;
}
</style>