Shades of Ultramarine #2F169C
Tints of Ultramarine #2F169C
RGB
CMYK
RGB Variations
Color information
#2F169C (or 0x2F169C) is known color: Ultramarine. HEX triplet: 2F, 16 and 9C. RGB value is (47,22,156). Sum of RGB (Red+Green+Blue) = 47+22+156=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 156 (61.33% from 255 or 69.33% from 225); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F169C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F169C is #D0E963. Grayscale: #2C2C2C. Windows color (decimal): -13691236 or 10229295. OLE color: 10229295.
HSL color Cylindrical-coordinate representation of color #2F169C: hue angle of 251.19º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F169C is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 22 | 156 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.39 |
| HSL | 251.19º | 0.75% | 0.35% | - |
| HSV(B) | 251.19º | 0.86% | 0.61% | - |
| XYZ | 7.46 | 3.58 | 31.75 | - |
| YUV | 44.75 | 190.78 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 22 | 156 | 0.70 | 0.86 | 0 | 0.39 | 251.19 | 0.75 | 0.35 |
| Hex | 2F | 16 | 9C | 46 | 56 | 0 | 27 | FB | 4B | 23 |
| Octal | 57 | 26 | 234 | 106 | 126 | 0 | 47 | 373 | 113 | 43 |
| Binary | 101111 | 10110 | 10011100 | 1000110 | 1010110 | 0 | 100111 | 11111011 | 1001011 | 100011 |
Color Harmonies of #2F169C
Complementary color
Monochromatic Colors of #2F169C
Black with #2F169C
Text Example
Text Example
White with #2F169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F169C; }
p { color: rgb(47,22,156); }
H1.HeaderClassName
{
color: #2F169C;
}
.AnyTagClassName
{
color: #2F169C;
}
</style>
background-color css
<style>
a { background-color: #2F169C; }
a { background-color: rgb(47,22,156); }
div.DivClassName
{
background-color: #2F169C;
}
.BgClassName
{
background-color: #2F169C;
}
</style>
border-color css
<style>
span { border-color: #2F169C; }
span { border-color: rgb(47,22,156); }
td.TdClassName
{
border-color: #2F169C;
}
.TagClassName
{
border-color: #2F169C;
}
</style>