Shades of Ultramarine #270694
Tints of Ultramarine #270694
RGB
CMYK
RGB Variations
Color information
#270694 (or 0x270694) is known color: Ultramarine. HEX triplet: 27, 06 and 94. RGB value is (39,6,148). Sum of RGB (Red+Green+Blue) = 39+6+148=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 148 (58.20% from 255 or 76.68% from 193); Max value from RGB is 148 - color contains mainly: blue. Hex color #270694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270694 is #D8F96B. Grayscale: #1F1F1F. Windows color (decimal): -14219628 or 9700903. OLE color: 9700903.
HSL color Cylindrical-coordinate representation of color #270694: hue angle of 253.94º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270694 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 6 | 148 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.42 |
| HSL | 253.94º | 0.92% | 0.3% | - |
| HSV(B) | 253.94º | 0.96% | 0.58% | - |
| XYZ | 6.25 | 2.7 | 28.21 | - |
| YUV | 32.06 | 193.43 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 6 | 148 | 0.74 | 0.96 | 0 | 0.42 | 253.94 | 0.92 | 0.3 |
| Hex | 27 | 6 | 94 | 4A | 60 | 0 | 2A | FE | 5C | 1E |
| Octal | 47 | 6 | 224 | 112 | 140 | 0 | 52 | 376 | 134 | 36 |
| Binary | 100111 | 110 | 10010100 | 1001010 | 1100000 | 0 | 101010 | 11111110 | 1011100 | 11110 |
Color Harmonies of #270694
Complementary color
Monochromatic Colors of #270694
Black with #270694
Text Example
Text Example
White with #270694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270694; }
p { color: rgb(39,6,148); }
H1.HeaderClassName
{
color: #270694;
}
.AnyTagClassName
{
color: #270694;
}
</style>
background-color css
<style>
a { background-color: #270694; }
a { background-color: rgb(39,6,148); }
div.DivClassName
{
background-color: #270694;
}
.BgClassName
{
background-color: #270694;
}
</style>
border-color css
<style>
span { border-color: #270694; }
span { border-color: rgb(39,6,148); }
td.TdClassName
{
border-color: #270694;
}
.TagClassName
{
border-color: #270694;
}
</style>