Shades of Ultramarine #150B7D
Tints of Ultramarine #150B7D
RGB
CMYK
RGB Variations
Color information
#150B7D (or 0x150B7D) is known color: Ultramarine. HEX triplet: 15, 0B and 7D. RGB value is (21,11,125). Sum of RGB (Red+Green+Blue) = 21+11+125=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 125 (49.22% from 255 or 79.62% from 157); Max value from RGB is 125 - color contains mainly: blue. Hex color #150B7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150B7D is #EAF482. Grayscale: #1A1A1A. Windows color (decimal): -15398019 or 8194837. OLE color: 8194837.
HSL color Cylindrical-coordinate representation of color #150B7D: hue angle of 245.26º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150B7D is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 11 | 125 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.51 |
| HSL | 245.26º | 0.84% | 0.27% | - |
| HSV(B) | 245.26º | 0.91% | 0.49% | - |
| XYZ | 4.13 | 1.88 | 19.55 | - |
| YUV | 26.99 | 183.31 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 125 | 0.83 | 0.91 | 0 | 0.51 | 245.26 | 0.84 | 0.27 |
| Hex | 15 | B | 7D | 53 | 5B | 0 | 33 | F5 | 54 | 1B |
| Octal | 25 | 13 | 175 | 123 | 133 | 0 | 63 | 365 | 124 | 33 |
| Binary | 10101 | 1011 | 1111101 | 1010011 | 1011011 | 0 | 110011 | 11110101 | 1010100 | 11011 |
Color Harmonies of #150B7D
Complementary color
Monochromatic Colors of #150B7D
Black with #150B7D
Text Example
Text Example
White with #150B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B7D; }
p { color: rgb(21,11,125); }
H1.HeaderClassName
{
color: #150B7D;
}
.AnyTagClassName
{
color: #150B7D;
}
</style>
background-color css
<style>
a { background-color: #150B7D; }
a { background-color: rgb(21,11,125); }
div.DivClassName
{
background-color: #150B7D;
}
.BgClassName
{
background-color: #150B7D;
}
</style>
border-color css
<style>
span { border-color: #150B7D; }
span { border-color: rgb(21,11,125); }
td.TdClassName
{
border-color: #150B7D;
}
.TagClassName
{
border-color: #150B7D;
}
</style>