Shades of Ultramarine #2F189C
Tints of Ultramarine #2F189C
RGB
CMYK
RGB Variations
Color information
#2F189C (or 0x2F189C) is known color: Ultramarine. HEX triplet: 2F, 18 and 9C. RGB value is (47,24,156). Sum of RGB (Red+Green+Blue) = 47+24+156=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 156 (61.33% from 255 or 68.72% from 227); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F189C is #D0E763. Grayscale: #2D2D2D. Windows color (decimal): -13690724 or 10229807. OLE color: 10229807.
HSL color Cylindrical-coordinate representation of color #2F189C: hue angle of 250.45º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F189C is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 24 | 156 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.39 |
| HSL | 250.45º | 0.73% | 0.35% | - |
| HSV(B) | 250.45º | 0.85% | 0.61% | - |
| XYZ | 7.5 | 3.66 | 31.76 | - |
| YUV | 45.93 | 190.12 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 156 | 0.70 | 0.85 | 0 | 0.39 | 250.45 | 0.73 | 0.35 |
| Hex | 2F | 18 | 9C | 46 | 55 | 0 | 27 | FA | 49 | 23 |
| Octal | 57 | 30 | 234 | 106 | 125 | 0 | 47 | 372 | 111 | 43 |
| Binary | 101111 | 11000 | 10011100 | 1000110 | 1010101 | 0 | 100111 | 11111010 | 1001001 | 100011 |
Color Harmonies of #2F189C
Complementary color
Monochromatic Colors of #2F189C
Black with #2F189C
Text Example
Text Example
White with #2F189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F189C; }
p { color: rgb(47,24,156); }
H1.HeaderClassName
{
color: #2F189C;
}
.AnyTagClassName
{
color: #2F189C;
}
</style>
background-color css
<style>
a { background-color: #2F189C; }
a { background-color: rgb(47,24,156); }
div.DivClassName
{
background-color: #2F189C;
}
.BgClassName
{
background-color: #2F189C;
}
</style>
border-color css
<style>
span { border-color: #2F189C; }
span { border-color: rgb(47,24,156); }
td.TdClassName
{
border-color: #2F189C;
}
.TagClassName
{
border-color: #2F189C;
}
</style>