Shades of Ultramarine #27199A
Tints of Ultramarine #27199A
RGB
CMYK
RGB Variations
Color information
#27199A (or 0x27199A) is known color: Ultramarine. HEX triplet: 27, 19 and 9A. RGB value is (39,25,154). Sum of RGB (Red+Green+Blue) = 39+25+154=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 154 (60.55% from 255 or 70.64% from 218); Max value from RGB is 154 - color contains mainly: blue. Hex color #27199A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27199A is #D8E665. Grayscale: #2B2B2B. Windows color (decimal): -14214758 or 10098983. OLE color: 10098983.
HSL color Cylindrical-coordinate representation of color #27199A: hue angle of 246.51º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27199A is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 25 | 154 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.40 |
| HSL | 246.51º | 0.72% | 0.35% | - |
| HSV(B) | 246.51º | 0.84% | 0.6% | - |
| XYZ | 7.02 | 3.46 | 30.87 | - |
| YUV | 43.89 | 190.14 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 25 | 154 | 0.75 | 0.84 | 0 | 0.40 | 246.51 | 0.72 | 0.35 |
| Hex | 27 | 19 | 9A | 4B | 54 | 0 | 28 | F7 | 48 | 23 |
| Octal | 47 | 31 | 232 | 113 | 124 | 0 | 50 | 367 | 110 | 43 |
| Binary | 100111 | 11001 | 10011010 | 1001011 | 1010100 | 0 | 101000 | 11110111 | 1001000 | 100011 |
Color Harmonies of #27199A
Complementary color
Monochromatic Colors of #27199A
Black with #27199A
Text Example
Text Example
White with #27199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27199A; }
p { color: rgb(39,25,154); }
H1.HeaderClassName
{
color: #27199A;
}
.AnyTagClassName
{
color: #27199A;
}
</style>
background-color css
<style>
a { background-color: #27199A; }
a { background-color: rgb(39,25,154); }
div.DivClassName
{
background-color: #27199A;
}
.BgClassName
{
background-color: #27199A;
}
</style>
border-color css
<style>
span { border-color: #27199A; }
span { border-color: rgb(39,25,154); }
td.TdClassName
{
border-color: #27199A;
}
.TagClassName
{
border-color: #27199A;
}
</style>