Shades of Ultramarine #3012AF
Tints of Ultramarine #3012AF
RGB
CMYK
RGB Variations
Color information
#3012AF (or 0x3012AF) is known color: Ultramarine. HEX triplet: 30, 12 and AF. RGB value is (48,18,175). Sum of RGB (Red+Green+Blue) = 48+18+175=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #3012AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3012AF is #CFED50. Grayscale: #2C2C2C. Windows color (decimal): -13626705 or 11473456. OLE color: 11473456.
HSL color Cylindrical-coordinate representation of color #3012AF: hue angle of 251.46º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3012AF is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 18 | 175 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.31 |
| HSL | 251.47º | 0.81% | 0.38% | - |
| HSV(B) | 251.47º | 0.9% | 0.69% | - |
| XYZ | 9.17 | 4.16 | 40.88 | - |
| YUV | 44.87 | 201.44 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 18 | 175 | 0.73 | 0.90 | 0 | 0.31 | 251.47 | 0.81 | 0.38 |
| Hex | 30 | 12 | AF | 49 | 5A | 0 | 1F | FB | 51 | 26 |
| Octal | 60 | 22 | 257 | 111 | 132 | 0 | 37 | 373 | 121 | 46 |
| Binary | 110000 | 10010 | 10101111 | 1001001 | 1011010 | 0 | 11111 | 11111011 | 1010001 | 100110 |
Color Harmonies of #3012AF
Complementary color
Monochromatic Colors of #3012AF
Black with #3012AF
Text Example
Text Example
White with #3012AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3012AF; }
p { color: rgb(48,18,175); }
H1.HeaderClassName
{
color: #3012AF;
}
.AnyTagClassName
{
color: #3012AF;
}
</style>
background-color css
<style>
a { background-color: #3012AF; }
a { background-color: rgb(48,18,175); }
div.DivClassName
{
background-color: #3012AF;
}
.BgClassName
{
background-color: #3012AF;
}
</style>
border-color css
<style>
span { border-color: #3012AF; }
span { border-color: rgb(48,18,175); }
td.TdClassName
{
border-color: #3012AF;
}
.TagClassName
{
border-color: #3012AF;
}
</style>