Shades of Ultramarine #2C06AF
Tints of Ultramarine #2C06AF
RGB
CMYK
RGB Variations
Color information
#2C06AF (or 0x2C06AF) is known color: Ultramarine. HEX triplet: 2C, 06 and AF. RGB value is (44,6,175). Sum of RGB (Red+Green+Blue) = 44+6+175=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 175 (68.75% from 255 or 77.78% from 225); Max value from RGB is 175 - color contains mainly: blue. Hex color #2C06AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C06AF is #D3F950. Grayscale: #232323. Windows color (decimal): -13891921 or 11470380. OLE color: 11470380.
HSL color Cylindrical-coordinate representation of color #2C06AF: hue angle of 253.49º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C06AF is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 6 | 175 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.31 |
| HSL | 253.49º | 0.93% | 0.35% | - |
| HSV(B) | 253.49º | 0.97% | 0.69% | - |
| XYZ | 8.84 | 3.76 | 40.82 | - |
| YUV | 36.63 | 206.09 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 6 | 175 | 0.75 | 0.97 | 0 | 0.31 | 253.49 | 0.93 | 0.35 |
| Hex | 2C | 6 | AF | 4B | 61 | 0 | 1F | FD | 5D | 23 |
| Octal | 54 | 6 | 257 | 113 | 141 | 0 | 37 | 375 | 135 | 43 |
| Binary | 101100 | 110 | 10101111 | 1001011 | 1100001 | 0 | 11111 | 11111101 | 1011101 | 100011 |
Color Harmonies of #2C06AF
Complementary color
Monochromatic Colors of #2C06AF
Black with #2C06AF
Text Example
Text Example
White with #2C06AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C06AF; }
p { color: rgb(44,6,175); }
H1.HeaderClassName
{
color: #2C06AF;
}
.AnyTagClassName
{
color: #2C06AF;
}
</style>
background-color css
<style>
a { background-color: #2C06AF; }
a { background-color: rgb(44,6,175); }
div.DivClassName
{
background-color: #2C06AF;
}
.BgClassName
{
background-color: #2C06AF;
}
</style>
border-color css
<style>
span { border-color: #2C06AF; }
span { border-color: rgb(44,6,175); }
td.TdClassName
{
border-color: #2C06AF;
}
.TagClassName
{
border-color: #2C06AF;
}
</style>