Shades of Ultramarine #270C91
Tints of Ultramarine #270C91
RGB
CMYK
RGB Variations
Color information
#270C91 (or 0x270C91) is known color: Ultramarine. HEX triplet: 27, 0C and 91. RGB value is (39,12,145). Sum of RGB (Red+Green+Blue) = 39+12+145=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #270C91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270C91 is #D8F36E. Grayscale: #222222. Windows color (decimal): -14218095 or 9505831. OLE color: 9505831.
HSL color Cylindrical-coordinate representation of color #270C91: hue angle of 252.18º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #270C91 is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 12 | 145 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.43 |
| HSL | 252.18º | 0.85% | 0.31% | - |
| HSV(B) | 252.18º | 0.92% | 0.57% | - |
| XYZ | 6.08 | 2.74 | 27 | - |
| YUV | 35.24 | 189.95 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 145 | 0.73 | 0.92 | 0 | 0.43 | 252.18 | 0.85 | 0.31 |
| Hex | 27 | C | 91 | 49 | 5C | 0 | 2B | FC | 55 | 1F |
| Octal | 47 | 14 | 221 | 111 | 134 | 0 | 53 | 374 | 125 | 37 |
| Binary | 100111 | 1100 | 10010001 | 1001001 | 1011100 | 0 | 101011 | 11111100 | 1010101 | 11111 |
Color Harmonies of #270C91
Complementary color
Monochromatic Colors of #270C91
Black with #270C91
Text Example
Text Example
White with #270C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C91; }
p { color: rgb(39,12,145); }
H1.HeaderClassName
{
color: #270C91;
}
.AnyTagClassName
{
color: #270C91;
}
</style>
background-color css
<style>
a { background-color: #270C91; }
a { background-color: rgb(39,12,145); }
div.DivClassName
{
background-color: #270C91;
}
.BgClassName
{
background-color: #270C91;
}
</style>
border-color css
<style>
span { border-color: #270C91; }
span { border-color: rgb(39,12,145); }
td.TdClassName
{
border-color: #270C91;
}
.TagClassName
{
border-color: #270C91;
}
</style>