Shades of Ultramarine #150683
Tints of Ultramarine #150683
RGB
CMYK
RGB Variations
Color information
#150683 (or 0x150683) is known color: Ultramarine. HEX triplet: 15, 06 and 83. RGB value is (21,6,131). Sum of RGB (Red+Green+Blue) = 21+6+131=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 131 (51.56% from 255 or 82.91% from 158); Max value from RGB is 131 - color contains mainly: blue. Hex color #150683 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150683 is #EAF97C. Grayscale: #181818. Windows color (decimal): -15399293 or 8586773. OLE color: 8586773.
HSL color Cylindrical-coordinate representation of color #150683: hue angle of 247.2º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150683 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 6 | 131 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.49 |
| HSL | 247.2º | 0.91% | 0.27% | - |
| HSV(B) | 247.2º | 0.95% | 0.51% | - |
| XYZ | 4.47 | 1.93 | 21.61 | - |
| YUV | 24.74 | 187.97 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 131 | 0.84 | 0.95 | 0 | 0.49 | 247.2 | 0.91 | 0.27 |
| Hex | 15 | 6 | 83 | 54 | 5F | 0 | 31 | F7 | 5B | 1B |
| Octal | 25 | 6 | 203 | 124 | 137 | 0 | 61 | 367 | 133 | 33 |
| Binary | 10101 | 110 | 10000011 | 1010100 | 1011111 | 0 | 110001 | 11110111 | 1011011 | 11011 |
Color Harmonies of #150683
Complementary color
Monochromatic Colors of #150683
Black with #150683
Text Example
Text Example
White with #150683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150683; }
p { color: rgb(21,6,131); }
H1.HeaderClassName
{
color: #150683;
}
.AnyTagClassName
{
color: #150683;
}
</style>
background-color css
<style>
a { background-color: #150683; }
a { background-color: rgb(21,6,131); }
div.DivClassName
{
background-color: #150683;
}
.BgClassName
{
background-color: #150683;
}
</style>
border-color css
<style>
span { border-color: #150683; }
span { border-color: rgb(21,6,131); }
td.TdClassName
{
border-color: #150683;
}
.TagClassName
{
border-color: #150683;
}
</style>