Shades of Ultramarine #270190
Tints of Ultramarine #270190
RGB
CMYK
RGB Variations
Color information
#270190 (or 0x270190) is known color: Ultramarine. HEX triplet: 27, 01 and 90. RGB value is (39,1,144). Sum of RGB (Red+Green+Blue) = 39+1+144=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 144 (56.64% from 255 or 78.26% from 184); Max value from RGB is 144 - color contains mainly: blue. Hex color #270190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270190 is #D8FE6F. Grayscale: #1C1C1C. Windows color (decimal): -14220912 or 9437479. OLE color: 9437479.
HSL color Cylindrical-coordinate representation of color #270190: hue angle of 255.94º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #270190 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 1 | 144 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.44 |
| HSL | 255.94º | 0.99% | 0.28% | - |
| HSV(B) | 255.94º | 0.99% | 0.56% | - |
| XYZ | 5.88 | 2.47 | 26.55 | - |
| YUV | 28.66 | 193.09 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 144 | 0.73 | 0.99 | 0 | 0.44 | 255.94 | 0.99 | 0.28 |
| Hex | 27 | 1 | 90 | 49 | 63 | 0 | 2C | 100 | 63 | 1C |
| Octal | 47 | 1 | 220 | 111 | 143 | 0 | 54 | 400 | 143 | 34 |
| Binary | 100111 | 1 | 10010000 | 1001001 | 1100011 | 0 | 101100 | 100000000 | 1100011 | 11100 |
Color Harmonies of #270190
Complementary color
Monochromatic Colors of #270190
Black with #270190
Text Example
Text Example
White with #270190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270190; }
p { color: rgb(39,1,144); }
H1.HeaderClassName
{
color: #270190;
}
.AnyTagClassName
{
color: #270190;
}
</style>
background-color css
<style>
a { background-color: #270190; }
a { background-color: rgb(39,1,144); }
div.DivClassName
{
background-color: #270190;
}
.BgClassName
{
background-color: #270190;
}
</style>
border-color css
<style>
span { border-color: #270190; }
span { border-color: rgb(39,1,144); }
td.TdClassName
{
border-color: #270190;
}
.TagClassName
{
border-color: #270190;
}
</style>