Shades of Ultramarine #270CB0
Tints of Ultramarine #270CB0
RGB
CMYK
RGB Variations
Color information
#270CB0 (or 0x270CB0) is known color: Ultramarine. HEX triplet: 27, 0C and B0. RGB value is (39,12,176). Sum of RGB (Red+Green+Blue) = 39+12+176=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 176 (69.14% from 255 or 77.53% from 227); Max value from RGB is 176 - color contains mainly: blue. Hex color #270CB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270CB0 is #D8F34F. Grayscale: #262626. Windows color (decimal): -14218064 or 11537447. OLE color: 11537447.
HSL color Cylindrical-coordinate representation of color #270CB0: hue angle of 249.88º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270CB0 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 12 | 176 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.31 |
| HSL | 249.88º | 0.87% | 0.37% | - |
| HSV(B) | 249.88º | 0.93% | 0.69% | - |
| XYZ | 8.8 | 3.83 | 41.35 | - |
| YUV | 38.77 | 205.45 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 176 | 0.78 | 0.93 | 0 | 0.31 | 249.88 | 0.87 | 0.37 |
| Hex | 27 | C | B0 | 4E | 5D | 0 | 1F | FA | 57 | 25 |
| Octal | 47 | 14 | 260 | 116 | 135 | 0 | 37 | 372 | 127 | 45 |
| Binary | 100111 | 1100 | 10110000 | 1001110 | 1011101 | 0 | 11111 | 11111010 | 1010111 | 100101 |
Color Harmonies of #270CB0
Complementary color
Monochromatic Colors of #270CB0
Black with #270CB0
Text Example
Text Example
White with #270CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270CB0; }
p { color: rgb(39,12,176); }
H1.HeaderClassName
{
color: #270CB0;
}
.AnyTagClassName
{
color: #270CB0;
}
</style>
background-color css
<style>
a { background-color: #270CB0; }
a { background-color: rgb(39,12,176); }
div.DivClassName
{
background-color: #270CB0;
}
.BgClassName
{
background-color: #270CB0;
}
</style>
border-color css
<style>
span { border-color: #270CB0; }
span { border-color: rgb(39,12,176); }
td.TdClassName
{
border-color: #270CB0;
}
.TagClassName
{
border-color: #270CB0;
}
</style>