Shades of Ultramarine #270095
Tints of Ultramarine #270095
RGB
CMYK
RGB Variations
Color information
#270095 (or 0x270095) is known color: Ultramarine. HEX triplet: 27, 00 and 95. RGB value is (39,0,149). Sum of RGB (Red+Green+Blue) = 39+0+149=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 149 (58.59% from 255 or 79.26% from 188); Max value from RGB is 149 - color contains mainly: blue. Hex color #270095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270095 is #D8FF6A. Grayscale: #1C1C1C. Windows color (decimal): -14221163 or 9764903. OLE color: 9764903.
HSL color Cylindrical-coordinate representation of color #270095: hue angle of 255.7º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270095 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 0 | 149 | - |
| CMYK | 0.74 | 1 | 0 | 0.42 |
| HSL | 255.7º | 1% | 0.29% | - |
| HSV(B) | 255.7º | 1% | 0.58% | - |
| XYZ | 6.26 | 2.6 | 28.61 | - |
| YUV | 28.65 | 195.92 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 149 | 0.74 | 1 | 0 | 0.42 | 255.7 | 1 | 0.29 |
| Hex | 27 | 0 | 95 | 4A | 64 | 0 | 2A | 100 | 64 | 1D |
| Octal | 47 | 0 | 225 | 112 | 144 | 0 | 52 | 400 | 144 | 35 |
| Binary | 100111 | 0 | 10010101 | 1001010 | 1100100 | 0 | 101010 | 100000000 | 1100100 | 11101 |
Color Harmonies of #270095
Complementary color
Monochromatic Colors of #270095
Black with #270095
Text Example
Text Example
White with #270095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270095; }
p { color: rgb(39,0,149); }
H1.HeaderClassName
{
color: #270095;
}
.AnyTagClassName
{
color: #270095;
}
</style>
background-color css
<style>
a { background-color: #270095; }
a { background-color: rgb(39,0,149); }
div.DivClassName
{
background-color: #270095;
}
.BgClassName
{
background-color: #270095;
}
</style>
border-color css
<style>
span { border-color: #270095; }
span { border-color: rgb(39,0,149); }
td.TdClassName
{
border-color: #270095;
}
.TagClassName
{
border-color: #270095;
}
</style>