Shades of Ultramarine #270196
Tints of Ultramarine #270196
RGB
CMYK
RGB Variations
Color information
#270196 (or 0x270196) is known color: Ultramarine. HEX triplet: 27, 01 and 96. RGB value is (39,1,150). Sum of RGB (Red+Green+Blue) = 39+1+150=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 150 (58.98% from 255 or 78.95% from 190); Max value from RGB is 150 - color contains mainly: blue. Hex color #270196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270196 is #D8FE69. Grayscale: #1C1C1C. Windows color (decimal): -14220906 or 9830695. OLE color: 9830695.
HSL color Cylindrical-coordinate representation of color #270196: hue angle of 255.3º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #270196 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 1 | 150 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.41 |
| HSL | 255.3º | 0.99% | 0.3% | - |
| HSV(B) | 255.3º | 0.99% | 0.59% | - |
| XYZ | 6.35 | 2.66 | 29.03 | - |
| YUV | 29.35 | 196.09 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 150 | 0.74 | 0.99 | 0 | 0.41 | 255.3 | 0.99 | 0.3 |
| Hex | 27 | 1 | 96 | 4A | 63 | 0 | 29 | FF | 63 | 1E |
| Octal | 47 | 1 | 226 | 112 | 143 | 0 | 51 | 377 | 143 | 36 |
| Binary | 100111 | 1 | 10010110 | 1001010 | 1100011 | 0 | 101001 | 11111111 | 1100011 | 11110 |
Color Harmonies of #270196
Complementary color
Monochromatic Colors of #270196
Black with #270196
Text Example
Text Example
White with #270196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270196; }
p { color: rgb(39,1,150); }
H1.HeaderClassName
{
color: #270196;
}
.AnyTagClassName
{
color: #270196;
}
</style>
background-color css
<style>
a { background-color: #270196; }
a { background-color: rgb(39,1,150); }
div.DivClassName
{
background-color: #270196;
}
.BgClassName
{
background-color: #270196;
}
</style>
border-color css
<style>
span { border-color: #270196; }
span { border-color: rgb(39,1,150); }
td.TdClassName
{
border-color: #270196;
}
.TagClassName
{
border-color: #270196;
}
</style>