Shades of Ultramarine #270F98
Tints of Ultramarine #270F98
RGB
CMYK
RGB Variations
Color information
#270F98 (or 0x270F98) is known color: Ultramarine. HEX triplet: 27, 0F and 98. RGB value is (39,15,152). Sum of RGB (Red+Green+Blue) = 39+15+152=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 152 (59.77% from 255 or 73.79% from 206); Max value from RGB is 152 - color contains mainly: blue. Hex color #270F98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270F98 is #D8F067. Grayscale: #252525. Windows color (decimal): -14217320 or 9965351. OLE color: 9965351.
HSL color Cylindrical-coordinate representation of color #270F98: hue angle of 250.51º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #270F98 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 15 | 152 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.40 |
| HSL | 250.51º | 0.82% | 0.33% | - |
| HSV(B) | 250.51º | 0.9% | 0.6% | - |
| XYZ | 6.68 | 3.04 | 29.94 | - |
| YUV | 37.79 | 192.45 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 152 | 0.74 | 0.90 | 0 | 0.40 | 250.51 | 0.82 | 0.33 |
| Hex | 27 | F | 98 | 4A | 5A | 0 | 28 | FB | 52 | 21 |
| Octal | 47 | 17 | 230 | 112 | 132 | 0 | 50 | 373 | 122 | 41 |
| Binary | 100111 | 1111 | 10011000 | 1001010 | 1011010 | 0 | 101000 | 11111011 | 1010010 | 100001 |
Color Harmonies of #270F98
Complementary color
Monochromatic Colors of #270F98
Black with #270F98
Text Example
Text Example
White with #270F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F98; }
p { color: rgb(39,15,152); }
H1.HeaderClassName
{
color: #270F98;
}
.AnyTagClassName
{
color: #270F98;
}
</style>
background-color css
<style>
a { background-color: #270F98; }
a { background-color: rgb(39,15,152); }
div.DivClassName
{
background-color: #270F98;
}
.BgClassName
{
background-color: #270F98;
}
</style>
border-color css
<style>
span { border-color: #270F98; }
span { border-color: rgb(39,15,152); }
td.TdClassName
{
border-color: #270F98;
}
.TagClassName
{
border-color: #270F98;
}
</style>