Shades of Ultramarine #30009F
Tints of Ultramarine #30009F
RGB
CMYK
RGB Variations
Color information
#30009F (or 0x30009F) is known color: Ultramarine. HEX triplet: 30, 00 and 9F. RGB value is (48,0,159). Sum of RGB (Red+Green+Blue) = 48+0+159=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 159 (62.5% from 255 or 76.81% from 207); Max value from RGB is 159 - color contains mainly: blue. Hex color #30009F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30009F is #CFFF60. Grayscale: #1F1F1F. Windows color (decimal): -13631329 or 10420272. OLE color: 10420272.
HSL color Cylindrical-coordinate representation of color #30009F: hue angle of 258.11º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30009F is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 0 | 159 | - |
| CMYK | 0.70 | 1 | 0 | 0.38 |
| HSL | 258.11º | 1% | 0.31% | - |
| HSV(B) | 258.11º | 1% | 0.62% | - |
| XYZ | 7.48 | 3.13 | 33.01 | - |
| YUV | 32.48 | 199.4 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 159 | 0.70 | 1 | 0 | 0.38 | 258.11 | 1 | 0.31 |
| Hex | 30 | 0 | 9F | 46 | 64 | 0 | 26 | 102 | 64 | 1F |
| Octal | 60 | 0 | 237 | 106 | 144 | 0 | 46 | 402 | 144 | 37 |
| Binary | 110000 | 0 | 10011111 | 1000110 | 1100100 | 0 | 100110 | 100000010 | 1100100 | 11111 |
Color Harmonies of #30009F
Complementary color
Monochromatic Colors of #30009F
Black with #30009F
Text Example
Text Example
White with #30009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30009F; }
p { color: rgb(48,0,159); }
H1.HeaderClassName
{
color: #30009F;
}
.AnyTagClassName
{
color: #30009F;
}
</style>
background-color css
<style>
a { background-color: #30009F; }
a { background-color: rgb(48,0,159); }
div.DivClassName
{
background-color: #30009F;
}
.BgClassName
{
background-color: #30009F;
}
</style>
border-color css
<style>
span { border-color: #30009F; }
span { border-color: rgb(48,0,159); }
td.TdClassName
{
border-color: #30009F;
}
.TagClassName
{
border-color: #30009F;
}
</style>