Shades of Ultramarine #15057B
Tints of Ultramarine #15057B
RGB
CMYK
RGB Variations
Color information
#15057B (or 0x15057B) is known color: Ultramarine. HEX triplet: 15, 05 and 7B. RGB value is (21,5,123). Sum of RGB (Red+Green+Blue) = 21+5+123=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 123 (48.44% from 255 or 82.55% from 149); Max value from RGB is 123 - color contains mainly: blue. Hex color #15057B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15057B is #EAFA84. Grayscale: #161616. Windows color (decimal): -15399557 or 8062229. OLE color: 8062229.
HSL color Cylindrical-coordinate representation of color #15057B: hue angle of 248.14º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #15057B is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 5 | 123 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.52 |
| HSL | 248.14º | 0.92% | 0.25% | - |
| HSV(B) | 248.14º | 0.96% | 0.48% | - |
| XYZ | 3.94 | 1.7 | 18.86 | - |
| YUV | 23.24 | 184.3 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 123 | 0.83 | 0.96 | 0 | 0.52 | 248.14 | 0.92 | 0.25 |
| Hex | 15 | 5 | 7B | 53 | 60 | 0 | 34 | F8 | 5C | 19 |
| Octal | 25 | 5 | 173 | 123 | 140 | 0 | 64 | 370 | 134 | 31 |
| Binary | 10101 | 101 | 1111011 | 1010011 | 1100000 | 0 | 110100 | 11111000 | 1011100 | 11001 |
Color Harmonies of #15057B
Complementary color
Monochromatic Colors of #15057B
Black with #15057B
Text Example
Text Example
White with #15057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15057B; }
p { color: rgb(21,5,123); }
H1.HeaderClassName
{
color: #15057B;
}
.AnyTagClassName
{
color: #15057B;
}
</style>
background-color css
<style>
a { background-color: #15057B; }
a { background-color: rgb(21,5,123); }
div.DivClassName
{
background-color: #15057B;
}
.BgClassName
{
background-color: #15057B;
}
</style>
border-color css
<style>
span { border-color: #15057B; }
span { border-color: rgb(21,5,123); }
td.TdClassName
{
border-color: #15057B;
}
.TagClassName
{
border-color: #15057B;
}
</style>