Shades of Ultramarine #2F09AD
Tints of Ultramarine #2F09AD
RGB
CMYK
RGB Variations
Color information
#2F09AD (or 0x2F09AD) is known color: Ultramarine. HEX triplet: 2F, 09 and AD. RGB value is (47,9,173). Sum of RGB (Red+Green+Blue) = 47+9+173=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 173 (67.97% from 255 or 75.55% from 229); Max value from RGB is 173 - color contains mainly: blue. Hex color #2F09AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F09AD is #D0F652. Grayscale: #262626. Windows color (decimal): -13694547 or 11340079. OLE color: 11340079.
HSL color Cylindrical-coordinate representation of color #2F09AD: hue angle of 253.9º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F09AD is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 9 | 173 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.32 |
| HSL | 253.9º | 0.9% | 0.36% | - |
| HSV(B) | 253.9º | 0.95% | 0.68% | - |
| XYZ | 8.81 | 3.82 | 39.81 | - |
| YUV | 39.06 | 203.59 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 173 | 0.73 | 0.95 | 0 | 0.32 | 253.9 | 0.9 | 0.36 |
| Hex | 2F | 9 | AD | 49 | 5F | 0 | 20 | FE | 5A | 24 |
| Octal | 57 | 11 | 255 | 111 | 137 | 0 | 40 | 376 | 132 | 44 |
| Binary | 101111 | 1001 | 10101101 | 1001001 | 1011111 | 0 | 100000 | 11111110 | 1011010 | 100100 |
Color Harmonies of #2F09AD
Complementary color
Monochromatic Colors of #2F09AD
Black with #2F09AD
Text Example
Text Example
White with #2F09AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F09AD; }
p { color: rgb(47,9,173); }
H1.HeaderClassName
{
color: #2F09AD;
}
.AnyTagClassName
{
color: #2F09AD;
}
</style>
background-color css
<style>
a { background-color: #2F09AD; }
a { background-color: rgb(47,9,173); }
div.DivClassName
{
background-color: #2F09AD;
}
.BgClassName
{
background-color: #2F09AD;
}
</style>
border-color css
<style>
span { border-color: #2F09AD; }
span { border-color: rgb(47,9,173); }
td.TdClassName
{
border-color: #2F09AD;
}
.TagClassName
{
border-color: #2F09AD;
}
</style>