Shades of Ultramarine #301BAC
Tints of Ultramarine #301BAC
RGB
CMYK
RGB Variations
Color information
#301BAC (or 0x301BAC) is known color: Ultramarine. HEX triplet: 30, 1B and AC. RGB value is (48,27,172). Sum of RGB (Red+Green+Blue) = 48+27+172=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #301BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301BAC is #CFE453. Grayscale: #313131. Windows color (decimal): -13624404 or 11279152. OLE color: 11279152.
HSL color Cylindrical-coordinate representation of color #301BAC: hue angle of 248.69º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301BAC is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 27 | 172 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.33 |
| HSL | 248.69º | 0.73% | 0.39% | - |
| HSV(B) | 248.69º | 0.84% | 0.67% | - |
| XYZ | 9.06 | 4.39 | 39.4 | - |
| YUV | 49.81 | 196.96 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 172 | 0.72 | 0.84 | 0 | 0.33 | 248.69 | 0.73 | 0.39 |
| Hex | 30 | 1B | AC | 48 | 54 | 0 | 21 | F9 | 49 | 27 |
| Octal | 60 | 33 | 254 | 110 | 124 | 0 | 41 | 371 | 111 | 47 |
| Binary | 110000 | 11011 | 10101100 | 1001000 | 1010100 | 0 | 100001 | 11111001 | 1001001 | 100111 |
Color Harmonies of #301BAC
Complementary color
Monochromatic Colors of #301BAC
Black with #301BAC
Text Example
Text Example
White with #301BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301BAC; }
p { color: rgb(48,27,172); }
H1.HeaderClassName
{
color: #301BAC;
}
.AnyTagClassName
{
color: #301BAC;
}
</style>
background-color css
<style>
a { background-color: #301BAC; }
a { background-color: rgb(48,27,172); }
div.DivClassName
{
background-color: #301BAC;
}
.BgClassName
{
background-color: #301BAC;
}
</style>
border-color css
<style>
span { border-color: #301BAC; }
span { border-color: rgb(48,27,172); }
td.TdClassName
{
border-color: #301BAC;
}
.TagClassName
{
border-color: #301BAC;
}
</style>