Shades of Ultramarine #270696
Tints of Ultramarine #270696
RGB
CMYK
RGB Variations
Color information
#270696 (or 0x270696) is known color: Ultramarine. HEX triplet: 27, 06 and 96. RGB value is (39,6,150). Sum of RGB (Red+Green+Blue) = 39+6+150=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 150 (58.98% from 255 or 76.92% from 195); Max value from RGB is 150 - color contains mainly: blue. Hex color #270696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270696 is #D8F969. Grayscale: #1F1F1F. Windows color (decimal): -14219626 or 9831975. OLE color: 9831975.
HSL color Cylindrical-coordinate representation of color #270696: hue angle of 253.75º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270696 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 6 | 150 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.41 |
| HSL | 253.75º | 0.92% | 0.31% | - |
| HSV(B) | 253.75º | 0.96% | 0.59% | - |
| XYZ | 6.41 | 2.76 | 29.05 | - |
| YUV | 32.28 | 194.43 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 6 | 150 | 0.74 | 0.96 | 0 | 0.41 | 253.75 | 0.92 | 0.31 |
| Hex | 27 | 6 | 96 | 4A | 60 | 0 | 29 | FE | 5C | 1F |
| Octal | 47 | 6 | 226 | 112 | 140 | 0 | 51 | 376 | 134 | 37 |
| Binary | 100111 | 110 | 10010110 | 1001010 | 1100000 | 0 | 101001 | 11111110 | 1011100 | 11111 |
Color Harmonies of #270696
Complementary color
Monochromatic Colors of #270696
Black with #270696
Text Example
Text Example
White with #270696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270696; }
p { color: rgb(39,6,150); }
H1.HeaderClassName
{
color: #270696;
}
.AnyTagClassName
{
color: #270696;
}
</style>
background-color css
<style>
a { background-color: #270696; }
a { background-color: rgb(39,6,150); }
div.DivClassName
{
background-color: #270696;
}
.BgClassName
{
background-color: #270696;
}
</style>
border-color css
<style>
span { border-color: #270696; }
span { border-color: rgb(39,6,150); }
td.TdClassName
{
border-color: #270696;
}
.TagClassName
{
border-color: #270696;
}
</style>