Shades of Ultramarine #2C09B7
Tints of Ultramarine #2C09B7
RGB
CMYK
RGB Variations
Color information
#2C09B7 (or 0x2C09B7) is known color: Ultramarine. HEX triplet: 2C, 09 and B7. RGB value is (44,9,183). Sum of RGB (Red+Green+Blue) = 44+9+183=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 183 (71.88% from 255 or 77.54% from 236); Max value from RGB is 183 - color contains mainly: blue. Hex color #2C09B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C09B7 is #D3F648. Grayscale: #262626. Windows color (decimal): -13891145 or 11995436. OLE color: 11995436.
HSL color Cylindrical-coordinate representation of color #2C09B7: hue angle of 252.07º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C09B7 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 9 | 183 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.28 |
| HSL | 252.07º | 0.91% | 0.38% | - |
| HSV(B) | 252.07º | 0.95% | 0.72% | - |
| XYZ | 9.68 | 4.15 | 45.09 | - |
| YUV | 39.3 | 209.1 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 9 | 183 | 0.76 | 0.95 | 0 | 0.28 | 252.07 | 0.91 | 0.38 |
| Hex | 2C | 9 | B7 | 4C | 5F | 0 | 1C | FC | 5B | 26 |
| Octal | 54 | 11 | 267 | 114 | 137 | 0 | 34 | 374 | 133 | 46 |
| Binary | 101100 | 1001 | 10110111 | 1001100 | 1011111 | 0 | 11100 | 11111100 | 1011011 | 100110 |
Color Harmonies of #2C09B7
Complementary color
Monochromatic Colors of #2C09B7
Black with #2C09B7
Text Example
Text Example
White with #2C09B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C09B7; }
p { color: rgb(44,9,183); }
H1.HeaderClassName
{
color: #2C09B7;
}
.AnyTagClassName
{
color: #2C09B7;
}
</style>
background-color css
<style>
a { background-color: #2C09B7; }
a { background-color: rgb(44,9,183); }
div.DivClassName
{
background-color: #2C09B7;
}
.BgClassName
{
background-color: #2C09B7;
}
</style>
border-color css
<style>
span { border-color: #2C09B7; }
span { border-color: rgb(44,9,183); }
td.TdClassName
{
border-color: #2C09B7;
}
.TagClassName
{
border-color: #2C09B7;
}
</style>