Shades of Ultramarine #270D99
Tints of Ultramarine #270D99
RGB
CMYK
RGB Variations
Color information
#270D99 (or 0x270D99) is known color: Ultramarine. HEX triplet: 27, 0D and 99. RGB value is (39,13,153). Sum of RGB (Red+Green+Blue) = 39+13+153=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 153 (60.16% from 255 or 74.63% from 205); Max value from RGB is 153 - color contains mainly: blue. Hex color #270D99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270D99 is #D8F266. Grayscale: #242424. Windows color (decimal): -14217831 or 10030375. OLE color: 10030375.
HSL color Cylindrical-coordinate representation of color #270D99: hue angle of 251.14º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #270D99 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 13 | 153 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.4 |
| HSL | 251.14º | 0.84% | 0.33% | - |
| HSV(B) | 251.14º | 0.92% | 0.6% | - |
| XYZ | 6.73 | 3.02 | 30.37 | - |
| YUV | 36.73 | 193.61 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 153 | 0.75 | 0.92 | 0 | 0.4 | 251.14 | 0.84 | 0.33 |
| Hex | 27 | D | 99 | 4B | 5C | 0 | 28 | FB | 54 | 21 |
| Octal | 47 | 15 | 231 | 113 | 134 | 0 | 50 | 373 | 124 | 41 |
| Binary | 100111 | 1101 | 10011001 | 1001011 | 1011100 | 0 | 101000 | 11111011 | 1010100 | 100001 |
Color Harmonies of #270D99
Complementary color
Monochromatic Colors of #270D99
Black with #270D99
Text Example
Text Example
White with #270D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D99; }
p { color: rgb(39,13,153); }
H1.HeaderClassName
{
color: #270D99;
}
.AnyTagClassName
{
color: #270D99;
}
</style>
background-color css
<style>
a { background-color: #270D99; }
a { background-color: rgb(39,13,153); }
div.DivClassName
{
background-color: #270D99;
}
.BgClassName
{
background-color: #270D99;
}
</style>
border-color css
<style>
span { border-color: #270D99; }
span { border-color: rgb(39,13,153); }
td.TdClassName
{
border-color: #270D99;
}
.TagClassName
{
border-color: #270D99;
}
</style>