Shades of Ultramarine #152292
Tints of Ultramarine #152292
RGB
CMYK
RGB Variations
Color information
#152292 (or 0x152292) is known color: Ultramarine. HEX triplet: 15, 22 and 92. RGB value is (21,34,146). Sum of RGB (Red+Green+Blue) = 21+34+146=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #152292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152292 is #EADD6D. Grayscale: #2A2A2A. Windows color (decimal): -15392110 or 9576981. OLE color: 9576981.
HSL color Cylindrical-coordinate representation of color #152292: hue angle of 233.76º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152292 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 34 | 146 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.43 |
| HSL | 233.76º | 0.75% | 0.33% | - |
| HSV(B) | 233.76º | 0.86% | 0.57% | - |
| XYZ | 6.07 | 3.38 | 27.53 | - |
| YUV | 42.88 | 186.19 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 146 | 0.86 | 0.77 | 0 | 0.43 | 233.76 | 0.75 | 0.33 |
| Hex | 15 | 22 | 92 | 56 | 4D | 0 | 2B | EA | 4B | 21 |
| Octal | 25 | 42 | 222 | 126 | 115 | 0 | 53 | 352 | 113 | 41 |
| Binary | 10101 | 100010 | 10010010 | 1010110 | 1001101 | 0 | 101011 | 11101010 | 1001011 | 100001 |
Color Harmonies of #152292
Complementary color
Monochromatic Colors of #152292
Black with #152292
Text Example
Text Example
White with #152292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152292; }
p { color: rgb(21,34,146); }
H1.HeaderClassName
{
color: #152292;
}
.AnyTagClassName
{
color: #152292;
}
</style>
background-color css
<style>
a { background-color: #152292; }
a { background-color: rgb(21,34,146); }
div.DivClassName
{
background-color: #152292;
}
.BgClassName
{
background-color: #152292;
}
</style>
border-color css
<style>
span { border-color: #152292; }
span { border-color: rgb(21,34,146); }
td.TdClassName
{
border-color: #152292;
}
.TagClassName
{
border-color: #152292;
}
</style>