Shades of Ultramarine #301BA4
Tints of Ultramarine #301BA4
RGB
CMYK
RGB Variations
Color information
#301BA4 (or 0x301BA4) is known color: Ultramarine. HEX triplet: 30, 1B and A4. RGB value is (48,27,164). Sum of RGB (Red+Green+Blue) = 48+27+164=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 164 (64.45% from 255 or 68.62% from 239); Max value from RGB is 164 - color contains mainly: blue. Hex color #301BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301BA4 is #CFE45B. Grayscale: #303030. Windows color (decimal): -13624412 or 10754864. OLE color: 10754864.
HSL color Cylindrical-coordinate representation of color #301BA4: hue angle of 249.2º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301BA4 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 27 | 164 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.36 |
| HSL | 249.2º | 0.72% | 0.37% | - |
| HSV(B) | 249.2º | 0.84% | 0.64% | - |
| XYZ | 8.31 | 4.09 | 35.47 | - |
| YUV | 48.9 | 192.96 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 164 | 0.71 | 0.84 | 0 | 0.36 | 249.2 | 0.72 | 0.37 |
| Hex | 30 | 1B | A4 | 47 | 54 | 0 | 24 | F9 | 48 | 25 |
| Octal | 60 | 33 | 244 | 107 | 124 | 0 | 44 | 371 | 110 | 45 |
| Binary | 110000 | 11011 | 10100100 | 1000111 | 1010100 | 0 | 100100 | 11111001 | 1001000 | 100101 |
Color Harmonies of #301BA4
Complementary color
Monochromatic Colors of #301BA4
Black with #301BA4
Text Example
Text Example
White with #301BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301BA4; }
p { color: rgb(48,27,164); }
H1.HeaderClassName
{
color: #301BA4;
}
.AnyTagClassName
{
color: #301BA4;
}
</style>
background-color css
<style>
a { background-color: #301BA4; }
a { background-color: rgb(48,27,164); }
div.DivClassName
{
background-color: #301BA4;
}
.BgClassName
{
background-color: #301BA4;
}
</style>
border-color css
<style>
span { border-color: #301BA4; }
span { border-color: rgb(48,27,164); }
td.TdClassName
{
border-color: #301BA4;
}
.TagClassName
{
border-color: #301BA4;
}
</style>