Shades of Ultramarine #27188F
Tints of Ultramarine #27188F
RGB
CMYK
RGB Variations
Color information
#27188F (or 0x27188F) is known color: Ultramarine. HEX triplet: 27, 18 and 8F. RGB value is (39,24,143). Sum of RGB (Red+Green+Blue) = 39+24+143=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 143 (56.25% from 255 or 69.42% from 206); Max value from RGB is 143 - color contains mainly: blue. Hex color #27188F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27188F is #D8E770. Grayscale: #292929. Windows color (decimal): -14215025 or 9377831. OLE color: 9377831.
HSL color Cylindrical-coordinate representation of color #27188F: hue angle of 247.56º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27188F is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 24 | 143 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.44 |
| HSL | 247.56º | 0.71% | 0.33% | - |
| HSV(B) | 247.56º | 0.83% | 0.56% | - |
| XYZ | 6.12 | 3.07 | 26.26 | - |
| YUV | 42.05 | 184.97 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 24 | 143 | 0.73 | 0.83 | 0 | 0.44 | 247.56 | 0.71 | 0.33 |
| Hex | 27 | 18 | 8F | 49 | 53 | 0 | 2C | F8 | 47 | 21 |
| Octal | 47 | 30 | 217 | 111 | 123 | 0 | 54 | 370 | 107 | 41 |
| Binary | 100111 | 11000 | 10001111 | 1001001 | 1010011 | 0 | 101100 | 11111000 | 1000111 | 100001 |
Color Harmonies of #27188F
Complementary color
Monochromatic Colors of #27188F
Black with #27188F
Text Example
Text Example
White with #27188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27188F; }
p { color: rgb(39,24,143); }
H1.HeaderClassName
{
color: #27188F;
}
.AnyTagClassName
{
color: #27188F;
}
</style>
background-color css
<style>
a { background-color: #27188F; }
a { background-color: rgb(39,24,143); }
div.DivClassName
{
background-color: #27188F;
}
.BgClassName
{
background-color: #27188F;
}
</style>
border-color css
<style>
span { border-color: #27188F; }
span { border-color: rgb(39,24,143); }
td.TdClassName
{
border-color: #27188F;
}
.TagClassName
{
border-color: #27188F;
}
</style>