Shades of Ultramarine #301BAB
Tints of Ultramarine #301BAB
RGB
CMYK
RGB Variations
Color information
#301BAB (or 0x301BAB) is known color: Ultramarine. HEX triplet: 30, 1B and AB. RGB value is (48,27,171). Sum of RGB (Red+Green+Blue) = 48+27+171=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #301BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301BAB is #CFE454. Grayscale: #313131. Windows color (decimal): -13624405 or 11213616. OLE color: 11213616.
HSL color Cylindrical-coordinate representation of color #301BAB: hue angle of 248.75º 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 #301BAB is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 27 | 171 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.33 |
| HSL | 248.75º | 0.73% | 0.39% | - |
| HSV(B) | 248.75º | 0.84% | 0.67% | - |
| XYZ | 8.96 | 4.35 | 38.9 | - |
| YUV | 49.7 | 196.46 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 171 | 0.72 | 0.84 | 0 | 0.33 | 248.75 | 0.73 | 0.39 |
| Hex | 30 | 1B | AB | 48 | 54 | 0 | 21 | F9 | 49 | 27 |
| Octal | 60 | 33 | 253 | 110 | 124 | 0 | 41 | 371 | 111 | 47 |
| Binary | 110000 | 11011 | 10101011 | 1001000 | 1010100 | 0 | 100001 | 11111001 | 1001001 | 100111 |
Color Harmonies of #301BAB
Complementary color
Monochromatic Colors of #301BAB
Black with #301BAB
Text Example
Text Example
White with #301BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301BAB; }
p { color: rgb(48,27,171); }
H1.HeaderClassName
{
color: #301BAB;
}
.AnyTagClassName
{
color: #301BAB;
}
</style>
background-color css
<style>
a { background-color: #301BAB; }
a { background-color: rgb(48,27,171); }
div.DivClassName
{
background-color: #301BAB;
}
.BgClassName
{
background-color: #301BAB;
}
</style>
border-color css
<style>
span { border-color: #301BAB; }
span { border-color: rgb(48,27,171); }
td.TdClassName
{
border-color: #301BAB;
}
.TagClassName
{
border-color: #301BAB;
}
</style>