Shades of Ultramarine #270097
Tints of Ultramarine #270097
RGB
CMYK
RGB Variations
Color information
#270097 (or 0x270097) is known color: Ultramarine. HEX triplet: 27, 00 and 97. RGB value is (39,0,151). Sum of RGB (Red+Green+Blue) = 39+0+151=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 151 (59.38% from 255 or 79.47% from 190); Max value from RGB is 151 - color contains mainly: blue. Hex color #270097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270097 is #D8FF68. Grayscale: #1C1C1C. Windows color (decimal): -14221161 or 9895975. OLE color: 9895975.
HSL color Cylindrical-coordinate representation of color #270097: hue angle of 255.5º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270097 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 0 | 151 | - |
| CMYK | 0.74 | 1 | 0 | 0.41 |
| HSL | 255.5º | 1% | 0.3% | - |
| HSV(B) | 255.5º | 1% | 0.59% | - |
| XYZ | 6.42 | 2.67 | 29.45 | - |
| YUV | 28.88 | 196.92 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 151 | 0.74 | 1 | 0 | 0.41 | 255.5 | 1 | 0.3 |
| Hex | 27 | 0 | 97 | 4A | 64 | 0 | 29 | FF | 64 | 1E |
| Octal | 47 | 0 | 227 | 112 | 144 | 0 | 51 | 377 | 144 | 36 |
| Binary | 100111 | 0 | 10010111 | 1001010 | 1100100 | 0 | 101001 | 11111111 | 1100100 | 11110 |
Color Harmonies of #270097
Complementary color
Monochromatic Colors of #270097
Black with #270097
Text Example
Text Example
White with #270097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270097; }
p { color: rgb(39,0,151); }
H1.HeaderClassName
{
color: #270097;
}
.AnyTagClassName
{
color: #270097;
}
</style>
background-color css
<style>
a { background-color: #270097; }
a { background-color: rgb(39,0,151); }
div.DivClassName
{
background-color: #270097;
}
.BgClassName
{
background-color: #270097;
}
</style>
border-color css
<style>
span { border-color: #270097; }
span { border-color: rgb(39,0,151); }
td.TdClassName
{
border-color: #270097;
}
.TagClassName
{
border-color: #270097;
}
</style>