Shades of Ultramarine #270D97
Tints of Ultramarine #270D97
RGB
CMYK
RGB Variations
Color information
#270D97 (or 0x270D97) is known color: Ultramarine. HEX triplet: 27, 0D and 97. RGB value is (39,13,151). Sum of RGB (Red+Green+Blue) = 39+13+151=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 151 (59.38% from 255 or 74.38% from 203); Max value from RGB is 151 - color contains mainly: blue. Hex color #270D97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270D97 is #D8F268. Grayscale: #232323. Windows color (decimal): -14217833 or 9899303. OLE color: 9899303.
HSL color Cylindrical-coordinate representation of color #270D97: hue angle of 251.3º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #270D97 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 13 | 151 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.41 |
| HSL | 251.3º | 0.84% | 0.32% | - |
| HSV(B) | 251.3º | 0.91% | 0.59% | - |
| XYZ | 6.57 | 2.95 | 29.5 | - |
| YUV | 36.51 | 192.61 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 151 | 0.74 | 0.91 | 0 | 0.41 | 251.3 | 0.84 | 0.32 |
| Hex | 27 | D | 97 | 4A | 5B | 0 | 29 | FB | 54 | 20 |
| Octal | 47 | 15 | 227 | 112 | 133 | 0 | 51 | 373 | 124 | 40 |
| Binary | 100111 | 1101 | 10010111 | 1001010 | 1011011 | 0 | 101001 | 11111011 | 1010100 | 100000 |
Color Harmonies of #270D97
Complementary color
Monochromatic Colors of #270D97
Black with #270D97
Text Example
Text Example
White with #270D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D97; }
p { color: rgb(39,13,151); }
H1.HeaderClassName
{
color: #270D97;
}
.AnyTagClassName
{
color: #270D97;
}
</style>
background-color css
<style>
a { background-color: #270D97; }
a { background-color: rgb(39,13,151); }
div.DivClassName
{
background-color: #270D97;
}
.BgClassName
{
background-color: #270D97;
}
</style>
border-color css
<style>
span { border-color: #270D97; }
span { border-color: rgb(39,13,151); }
td.TdClassName
{
border-color: #270D97;
}
.TagClassName
{
border-color: #270D97;
}
</style>