Shades of Ultramarine #27168D
Tints of Ultramarine #27168D
RGB
CMYK
RGB Variations
Color information
#27168D (or 0x27168D) is known color: Ultramarine. HEX triplet: 27, 16 and 8D. RGB value is (39,22,141). Sum of RGB (Red+Green+Blue) = 39+22+141=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 141 (55.47% from 255 or 69.80% from 202); Max value from RGB is 141 - color contains mainly: blue. Hex color #27168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27168D is #D8E972. Grayscale: #282828. Windows color (decimal): -14215539 or 9246247. OLE color: 9246247.
HSL color Cylindrical-coordinate representation of color #27168D: hue angle of 248.57º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27168D is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 22 | 141 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.45 |
| HSL | 248.57º | 0.73% | 0.32% | - |
| HSV(B) | 248.57º | 0.84% | 0.55% | - |
| XYZ | 5.93 | 2.93 | 25.45 | - |
| YUV | 40.65 | 184.63 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 22 | 141 | 0.72 | 0.84 | 0 | 0.45 | 248.57 | 0.73 | 0.32 |
| Hex | 27 | 16 | 8D | 48 | 54 | 0 | 2D | F9 | 49 | 20 |
| Octal | 47 | 26 | 215 | 110 | 124 | 0 | 55 | 371 | 111 | 40 |
| Binary | 100111 | 10110 | 10001101 | 1001000 | 1010100 | 0 | 101101 | 11111001 | 1001001 | 100000 |
Color Harmonies of #27168D
Complementary color
Monochromatic Colors of #27168D
Black with #27168D
Text Example
Text Example
White with #27168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27168D; }
p { color: rgb(39,22,141); }
H1.HeaderClassName
{
color: #27168D;
}
.AnyTagClassName
{
color: #27168D;
}
</style>
background-color css
<style>
a { background-color: #27168D; }
a { background-color: rgb(39,22,141); }
div.DivClassName
{
background-color: #27168D;
}
.BgClassName
{
background-color: #27168D;
}
</style>
border-color css
<style>
span { border-color: #27168D; }
span { border-color: rgb(39,22,141); }
td.TdClassName
{
border-color: #27168D;
}
.TagClassName
{
border-color: #27168D;
}
</style>