Shades of Ultramarine #270393
Tints of Ultramarine #270393
RGB
CMYK
RGB Variations
Color information
#270393 (or 0x270393) is known color: Ultramarine. HEX triplet: 27, 03 and 93. RGB value is (39,3,147). Sum of RGB (Red+Green+Blue) = 39+3+147=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #270393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270393 is #D8FC6C. Grayscale: #1D1D1D. Windows color (decimal): -14220397 or 9634599. OLE color: 9634599.
HSL color Cylindrical-coordinate representation of color #270393: hue angle of 255º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #270393 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 3 | 147 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.42 |
| HSL | 255º | 0.96% | 0.29% | - |
| HSV(B) | 255º | 0.98% | 0.58% | - |
| XYZ | 6.14 | 2.6 | 27.78 | - |
| YUV | 30.18 | 193.93 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 3 | 147 | 0.73 | 0.98 | 0 | 0.42 | 255 | 0.96 | 0.29 |
| Hex | 27 | 3 | 93 | 49 | 62 | 0 | 2A | FF | 60 | 1D |
| Octal | 47 | 3 | 223 | 111 | 142 | 0 | 52 | 377 | 140 | 35 |
| Binary | 100111 | 11 | 10010011 | 1001001 | 1100010 | 0 | 101010 | 11111111 | 1100000 | 11101 |
Color Harmonies of #270393
Complementary color
Monochromatic Colors of #270393
Black with #270393
Text Example
Text Example
White with #270393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270393; }
p { color: rgb(39,3,147); }
H1.HeaderClassName
{
color: #270393;
}
.AnyTagClassName
{
color: #270393;
}
</style>
background-color css
<style>
a { background-color: #270393; }
a { background-color: rgb(39,3,147); }
div.DivClassName
{
background-color: #270393;
}
.BgClassName
{
background-color: #270393;
}
</style>
border-color css
<style>
span { border-color: #270393; }
span { border-color: rgb(39,3,147); }
td.TdClassName
{
border-color: #270393;
}
.TagClassName
{
border-color: #270393;
}
</style>