Shades of Ultramarine #301BA6
Tints of Ultramarine #301BA6
RGB
CMYK
RGB Variations
Color information
#301BA6 (or 0x301BA6) is known color: Ultramarine. HEX triplet: 30, 1B and A6. RGB value is (48,27,166). Sum of RGB (Red+Green+Blue) = 48+27+166=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 166 (65.23% from 255 or 68.88% from 241); Max value from RGB is 166 - color contains mainly: blue. Hex color #301BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301BA6 is #CFE459. Grayscale: #303030. Windows color (decimal): -13624410 or 10885936. OLE color: 10885936.
HSL color Cylindrical-coordinate representation of color #301BA6: hue angle of 249.06º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301BA6 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 27 | 166 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.35 |
| HSL | 249.06º | 0.72% | 0.38% | - |
| HSV(B) | 249.06º | 0.84% | 0.65% | - |
| XYZ | 8.49 | 4.17 | 36.43 | - |
| YUV | 49.13 | 193.96 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 166 | 0.71 | 0.84 | 0 | 0.35 | 249.06 | 0.72 | 0.38 |
| Hex | 30 | 1B | A6 | 47 | 54 | 0 | 23 | F9 | 48 | 26 |
| Octal | 60 | 33 | 246 | 107 | 124 | 0 | 43 | 371 | 110 | 46 |
| Binary | 110000 | 11011 | 10100110 | 1000111 | 1010100 | 0 | 100011 | 11111001 | 1001000 | 100110 |
Color Harmonies of #301BA6
Complementary color
Monochromatic Colors of #301BA6
Black with #301BA6
Text Example
Text Example
White with #301BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301BA6; }
p { color: rgb(48,27,166); }
H1.HeaderClassName
{
color: #301BA6;
}
.AnyTagClassName
{
color: #301BA6;
}
</style>
background-color css
<style>
a { background-color: #301BA6; }
a { background-color: rgb(48,27,166); }
div.DivClassName
{
background-color: #301BA6;
}
.BgClassName
{
background-color: #301BA6;
}
</style>
border-color css
<style>
span { border-color: #301BA6; }
span { border-color: rgb(48,27,166); }
td.TdClassName
{
border-color: #301BA6;
}
.TagClassName
{
border-color: #301BA6;
}
</style>