Shades of Ultramarine #2F189D
Tints of Ultramarine #2F189D
RGB
CMYK
RGB Variations
Color information
#2F189D (or 0x2F189D) is known color: Ultramarine. HEX triplet: 2F, 18 and 9D. RGB value is (47,24,157). Sum of RGB (Red+Green+Blue) = 47+24+157=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 157 (61.72% from 255 or 68.86% from 228); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F189D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F189D is #D0E762. Grayscale: #2D2D2D. Windows color (decimal): -13690723 or 10295343. OLE color: 10295343.
HSL color Cylindrical-coordinate representation of color #2F189D: hue angle of 250.38º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F189D is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 24 | 157 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.38 |
| HSL | 250.38º | 0.73% | 0.35% | - |
| HSV(B) | 250.38º | 0.85% | 0.62% | - |
| XYZ | 7.58 | 3.69 | 32.21 | - |
| YUV | 46.04 | 190.62 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 157 | 0.70 | 0.85 | 0 | 0.38 | 250.38 | 0.73 | 0.35 |
| Hex | 2F | 18 | 9D | 46 | 55 | 0 | 26 | FA | 49 | 23 |
| Octal | 57 | 30 | 235 | 106 | 125 | 0 | 46 | 372 | 111 | 43 |
| Binary | 101111 | 11000 | 10011101 | 1000110 | 1010101 | 0 | 100110 | 11111010 | 1001001 | 100011 |
Color Harmonies of #2F189D
Complementary color
Monochromatic Colors of #2F189D
Black with #2F189D
Text Example
Text Example
White with #2F189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F189D; }
p { color: rgb(47,24,157); }
H1.HeaderClassName
{
color: #2F189D;
}
.AnyTagClassName
{
color: #2F189D;
}
</style>
background-color css
<style>
a { background-color: #2F189D; }
a { background-color: rgb(47,24,157); }
div.DivClassName
{
background-color: #2F189D;
}
.BgClassName
{
background-color: #2F189D;
}
</style>
border-color css
<style>
span { border-color: #2F189D; }
span { border-color: rgb(47,24,157); }
td.TdClassName
{
border-color: #2F189D;
}
.TagClassName
{
border-color: #2F189D;
}
</style>