Shades of Ultramarine #270396
Tints of Ultramarine #270396
RGB
CMYK
RGB Variations
Color information
#270396 (or 0x270396) is known color: Ultramarine. HEX triplet: 27, 03 and 96. RGB value is (39,3,150). Sum of RGB (Red+Green+Blue) = 39+3+150=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #270396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270396 is #D8FC69. Grayscale: #1D1D1D. Windows color (decimal): -14220394 or 9831207. OLE color: 9831207.
HSL color Cylindrical-coordinate representation of color #270396: hue angle of 254.69º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #270396 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 3 | 150 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.41 |
| HSL | 254.69º | 0.96% | 0.3% | - |
| HSV(B) | 254.69º | 0.98% | 0.59% | - |
| XYZ | 6.37 | 2.7 | 29.04 | - |
| YUV | 30.52 | 195.43 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 3 | 150 | 0.74 | 0.98 | 0 | 0.41 | 254.69 | 0.96 | 0.3 |
| Hex | 27 | 3 | 96 | 4A | 62 | 0 | 29 | FF | 60 | 1E |
| Octal | 47 | 3 | 226 | 112 | 142 | 0 | 51 | 377 | 140 | 36 |
| Binary | 100111 | 11 | 10010110 | 1001010 | 1100010 | 0 | 101001 | 11111111 | 1100000 | 11110 |
Color Harmonies of #270396
Complementary color
Monochromatic Colors of #270396
Black with #270396
Text Example
Text Example
White with #270396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270396; }
p { color: rgb(39,3,150); }
H1.HeaderClassName
{
color: #270396;
}
.AnyTagClassName
{
color: #270396;
}
</style>
background-color css
<style>
a { background-color: #270396; }
a { background-color: rgb(39,3,150); }
div.DivClassName
{
background-color: #270396;
}
.BgClassName
{
background-color: #270396;
}
</style>
border-color css
<style>
span { border-color: #270396; }
span { border-color: rgb(39,3,150); }
td.TdClassName
{
border-color: #270396;
}
.TagClassName
{
border-color: #270396;
}
</style>