Shades of Ultramarine #300BBA
Tints of Ultramarine #300BBA
RGB
CMYK
RGB Variations
Color information
#300BBA (or 0x300BBA) is known color: Ultramarine. HEX triplet: 30, 0B and BA. RGB value is (48,11,186). Sum of RGB (Red+Green+Blue) = 48+11+186=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #300BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300BBA is #CFF445. Grayscale: #292929. Windows color (decimal): -13628486 or 12192560. OLE color: 12192560.
HSL color Cylindrical-coordinate representation of color #300BBA: hue angle of 252.69º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300BBA is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 11 | 186 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.27 |
| HSL | 252.69º | 0.89% | 0.39% | - |
| HSV(B) | 252.69º | 0.94% | 0.73% | - |
| XYZ | 10.2 | 4.41 | 46.77 | - |
| YUV | 42.01 | 209.26 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 186 | 0.74 | 0.94 | 0 | 0.27 | 252.69 | 0.89 | 0.39 |
| Hex | 30 | B | BA | 4A | 5E | 0 | 1B | FD | 59 | 27 |
| Octal | 60 | 13 | 272 | 112 | 136 | 0 | 33 | 375 | 131 | 47 |
| Binary | 110000 | 1011 | 10111010 | 1001010 | 1011110 | 0 | 11011 | 11111101 | 1011001 | 100111 |
Color Harmonies of #300BBA
Complementary color
Monochromatic Colors of #300BBA
Black with #300BBA
Text Example
Text Example
White with #300BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300BBA; }
p { color: rgb(48,11,186); }
H1.HeaderClassName
{
color: #300BBA;
}
.AnyTagClassName
{
color: #300BBA;
}
</style>
background-color css
<style>
a { background-color: #300BBA; }
a { background-color: rgb(48,11,186); }
div.DivClassName
{
background-color: #300BBA;
}
.BgClassName
{
background-color: #300BBA;
}
</style>
border-color css
<style>
span { border-color: #300BBA; }
span { border-color: rgb(48,11,186); }
td.TdClassName
{
border-color: #300BBA;
}
.TagClassName
{
border-color: #300BBA;
}
</style>