Shades of Ultramarine #300DBA
Tints of Ultramarine #300DBA
RGB
CMYK
RGB Variations
Color information
#300DBA (or 0x300DBA) is known color: Ultramarine. HEX triplet: 30, 0D and BA. RGB value is (48,13,186). Sum of RGB (Red+Green+Blue) = 48+13+186=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #300DBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300DBA is #CFF245. Grayscale: #2A2A2A. Windows color (decimal): -13627974 or 12193072. OLE color: 12193072.
HSL color Cylindrical-coordinate representation of color #300DBA: hue angle of 252.14º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300DBA is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 13 | 186 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.27 |
| HSL | 252.14º | 0.87% | 0.39% | - |
| HSV(B) | 252.14º | 0.93% | 0.73% | - |
| XYZ | 10.23 | 4.46 | 46.78 | - |
| YUV | 43.19 | 208.6 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 186 | 0.74 | 0.93 | 0 | 0.27 | 252.14 | 0.87 | 0.39 |
| Hex | 30 | D | BA | 4A | 5D | 0 | 1B | FC | 57 | 27 |
| Octal | 60 | 15 | 272 | 112 | 135 | 0 | 33 | 374 | 127 | 47 |
| Binary | 110000 | 1101 | 10111010 | 1001010 | 1011101 | 0 | 11011 | 11111100 | 1010111 | 100111 |
Color Harmonies of #300DBA
Complementary color
Monochromatic Colors of #300DBA
Black with #300DBA
Text Example
Text Example
White with #300DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300DBA; }
p { color: rgb(48,13,186); }
H1.HeaderClassName
{
color: #300DBA;
}
.AnyTagClassName
{
color: #300DBA;
}
</style>
background-color css
<style>
a { background-color: #300DBA; }
a { background-color: rgb(48,13,186); }
div.DivClassName
{
background-color: #300DBA;
}
.BgClassName
{
background-color: #300DBA;
}
</style>
border-color css
<style>
span { border-color: #300DBA; }
span { border-color: rgb(48,13,186); }
td.TdClassName
{
border-color: #300DBA;
}
.TagClassName
{
border-color: #300DBA;
}
</style>