Shades of Ultramarine #270D9A
Tints of Ultramarine #270D9A
RGB
CMYK
RGB Variations
Color information
#270D9A (or 0x270D9A) is known color: Ultramarine. HEX triplet: 27, 0D and 9A. RGB value is (39,13,154). Sum of RGB (Red+Green+Blue) = 39+13+154=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 154 (60.55% from 255 or 74.76% from 206); Max value from RGB is 154 - color contains mainly: blue. Hex color #270D9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270D9A is #D8F265. Grayscale: #242424. Windows color (decimal): -14217830 or 10095911. OLE color: 10095911.
HSL color Cylindrical-coordinate representation of color #270D9A: hue angle of 251.06º 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 #270D9A is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 13 | 154 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.40 |
| HSL | 251.06º | 0.84% | 0.33% | - |
| HSV(B) | 251.06º | 0.92% | 0.6% | - |
| XYZ | 6.81 | 3.05 | 30.8 | - |
| YUV | 36.85 | 194.11 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 154 | 0.75 | 0.92 | 0 | 0.40 | 251.06 | 0.84 | 0.33 |
| Hex | 27 | D | 9A | 4B | 5C | 0 | 28 | FB | 54 | 21 |
| Octal | 47 | 15 | 232 | 113 | 134 | 0 | 50 | 373 | 124 | 41 |
| Binary | 100111 | 1101 | 10011010 | 1001011 | 1011100 | 0 | 101000 | 11111011 | 1010100 | 100001 |
Color Harmonies of #270D9A
Complementary color
Monochromatic Colors of #270D9A
Black with #270D9A
Text Example
Text Example
White with #270D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D9A; }
p { color: rgb(39,13,154); }
H1.HeaderClassName
{
color: #270D9A;
}
.AnyTagClassName
{
color: #270D9A;
}
</style>
background-color css
<style>
a { background-color: #270D9A; }
a { background-color: rgb(39,13,154); }
div.DivClassName
{
background-color: #270D9A;
}
.BgClassName
{
background-color: #270D9A;
}
</style>
border-color css
<style>
span { border-color: #270D9A; }
span { border-color: rgb(39,13,154); }
td.TdClassName
{
border-color: #270D9A;
}
.TagClassName
{
border-color: #270D9A;
}
</style>