Shades of Ultramarine #270394
Tints of Ultramarine #270394
RGB
CMYK
RGB Variations
Color information
#270394 (or 0x270394) is known color: Ultramarine. HEX triplet: 27, 03 and 94. RGB value is (39,3,148). Sum of RGB (Red+Green+Blue) = 39+3+148=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 148 (58.20% from 255 or 77.89% from 190); Max value from RGB is 148 - color contains mainly: blue. Hex color #270394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270394 is #D8FC6B. Grayscale: #1D1D1D. Windows color (decimal): -14220396 or 9700135. OLE color: 9700135.
HSL color Cylindrical-coordinate representation of color #270394: hue angle of 254.9º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #270394 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 3 | 148 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.42 |
| HSL | 254.9º | 0.96% | 0.3% | - |
| HSV(B) | 254.9º | 0.98% | 0.58% | - |
| XYZ | 6.21 | 2.63 | 28.2 | - |
| YUV | 30.29 | 194.43 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 3 | 148 | 0.74 | 0.98 | 0 | 0.42 | 254.9 | 0.96 | 0.3 |
| Hex | 27 | 3 | 94 | 4A | 62 | 0 | 2A | FF | 60 | 1E |
| Octal | 47 | 3 | 224 | 112 | 142 | 0 | 52 | 377 | 140 | 36 |
| Binary | 100111 | 11 | 10010100 | 1001010 | 1100010 | 0 | 101010 | 11111111 | 1100000 | 11110 |
Color Harmonies of #270394
Complementary color
Monochromatic Colors of #270394
Black with #270394
Text Example
Text Example
White with #270394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270394; }
p { color: rgb(39,3,148); }
H1.HeaderClassName
{
color: #270394;
}
.AnyTagClassName
{
color: #270394;
}
</style>
background-color css
<style>
a { background-color: #270394; }
a { background-color: rgb(39,3,148); }
div.DivClassName
{
background-color: #270394;
}
.BgClassName
{
background-color: #270394;
}
</style>
border-color css
<style>
span { border-color: #270394; }
span { border-color: rgb(39,3,148); }
td.TdClassName
{
border-color: #270394;
}
.TagClassName
{
border-color: #270394;
}
</style>