Shades of Ultramarine #300A9F
Tints of Ultramarine #300A9F
RGB
CMYK
RGB Variations
Color information
#300A9F (or 0x300A9F) is known color: Ultramarine. HEX triplet: 30, 0A and 9F. RGB value is (48,10,159). Sum of RGB (Red+Green+Blue) = 48+10+159=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 159 (62.5% from 255 or 73.27% from 217); Max value from RGB is 159 - color contains mainly: blue. Hex color #300A9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300A9F is #CFF560. Grayscale: #252525. Windows color (decimal): -13628769 or 10422832. OLE color: 10422832.
HSL color Cylindrical-coordinate representation of color #300A9F: hue angle of 255.3º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300A9F is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 10 | 159 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.38 |
| HSL | 255.3º | 0.88% | 0.33% | - |
| HSV(B) | 255.3º | 0.94% | 0.62% | - |
| XYZ | 7.59 | 3.35 | 33.05 | - |
| YUV | 38.35 | 196.09 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 159 | 0.70 | 0.94 | 0 | 0.38 | 255.3 | 0.88 | 0.33 |
| Hex | 30 | A | 9F | 46 | 5E | 0 | 26 | FF | 58 | 21 |
| Octal | 60 | 12 | 237 | 106 | 136 | 0 | 46 | 377 | 130 | 41 |
| Binary | 110000 | 1010 | 10011111 | 1000110 | 1011110 | 0 | 100110 | 11111111 | 1011000 | 100001 |
Color Harmonies of #300A9F
Complementary color
Monochromatic Colors of #300A9F
Black with #300A9F
Text Example
Text Example
White with #300A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A9F; }
p { color: rgb(48,10,159); }
H1.HeaderClassName
{
color: #300A9F;
}
.AnyTagClassName
{
color: #300A9F;
}
</style>
background-color css
<style>
a { background-color: #300A9F; }
a { background-color: rgb(48,10,159); }
div.DivClassName
{
background-color: #300A9F;
}
.BgClassName
{
background-color: #300A9F;
}
</style>
border-color css
<style>
span { border-color: #300A9F; }
span { border-color: rgb(48,10,159); }
td.TdClassName
{
border-color: #300A9F;
}
.TagClassName
{
border-color: #300A9F;
}
</style>