Shades of Ultramarine #301BAA
Tints of Ultramarine #301BAA
RGB
CMYK
RGB Variations
Color information
#301BAA (or 0x301BAA) is known color: Ultramarine. HEX triplet: 30, 1B and AA. RGB value is (48,27,170). Sum of RGB (Red+Green+Blue) = 48+27+170=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #301BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301BAA is #CFE455. Grayscale: #313131. Windows color (decimal): -13624406 or 11148080. OLE color: 11148080.
HSL color Cylindrical-coordinate representation of color #301BAA: hue angle of 248.81º 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 #301BAA is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 27 | 170 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.33 |
| HSL | 248.81º | 0.73% | 0.39% | - |
| HSV(B) | 248.81º | 0.84% | 0.67% | - |
| XYZ | 8.87 | 4.31 | 38.4 | - |
| YUV | 49.58 | 195.96 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 170 | 0.72 | 0.84 | 0 | 0.33 | 248.81 | 0.73 | 0.39 |
| Hex | 30 | 1B | AA | 48 | 54 | 0 | 21 | F9 | 49 | 27 |
| Octal | 60 | 33 | 252 | 110 | 124 | 0 | 41 | 371 | 111 | 47 |
| Binary | 110000 | 11011 | 10101010 | 1001000 | 1010100 | 0 | 100001 | 11111001 | 1001001 | 100111 |
Color Harmonies of #301BAA
Complementary color
Monochromatic Colors of #301BAA
Black with #301BAA
Text Example
Text Example
White with #301BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301BAA; }
p { color: rgb(48,27,170); }
H1.HeaderClassName
{
color: #301BAA;
}
.AnyTagClassName
{
color: #301BAA;
}
</style>
background-color css
<style>
a { background-color: #301BAA; }
a { background-color: rgb(48,27,170); }
div.DivClassName
{
background-color: #301BAA;
}
.BgClassName
{
background-color: #301BAA;
}
</style>
border-color css
<style>
span { border-color: #301BAA; }
span { border-color: rgb(48,27,170); }
td.TdClassName
{
border-color: #301BAA;
}
.TagClassName
{
border-color: #301BAA;
}
</style>