Shades of Ultramarine #1908B0
Tints of Ultramarine #1908B0
RGB
CMYK
RGB Variations
Color information
#1908B0 (or 0x1908B0) is known color: Ultramarine. HEX triplet: 19, 08 and B0. RGB value is (25,8,176). Sum of RGB (Red+Green+Blue) = 25+8+176=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 176 (69.14% from 255 or 84.21% from 209); Max value from RGB is 176 - color contains mainly: blue. Hex color #1908B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1908B0 is #E6F74F. Grayscale: #1F1F1F. Windows color (decimal): -15136592 or 11536409. OLE color: 11536409.
HSL color Cylindrical-coordinate representation of color #1908B0: hue angle of 246.07º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1908B0 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 8 | 176 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.31 |
| HSL | 246.07º | 0.91% | 0.36% | - |
| HSV(B) | 246.07º | 0.95% | 0.69% | - |
| XYZ | 8.32 | 3.51 | 41.31 | - |
| YUV | 32.24 | 209.13 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 176 | 0.86 | 0.95 | 0 | 0.31 | 246.07 | 0.91 | 0.36 |
| Hex | 19 | 8 | B0 | 56 | 5F | 0 | 1F | F6 | 5B | 24 |
| Octal | 31 | 10 | 260 | 126 | 137 | 0 | 37 | 366 | 133 | 44 |
| Binary | 11001 | 1000 | 10110000 | 1010110 | 1011111 | 0 | 11111 | 11110110 | 1011011 | 100100 |
Color Harmonies of #1908B0
Complementary color
Monochromatic Colors of #1908B0
Black with #1908B0
Text Example
Text Example
White with #1908B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1908B0; }
p { color: rgb(25,8,176); }
H1.HeaderClassName
{
color: #1908B0;
}
.AnyTagClassName
{
color: #1908B0;
}
</style>
background-color css
<style>
a { background-color: #1908B0; }
a { background-color: rgb(25,8,176); }
div.DivClassName
{
background-color: #1908B0;
}
.BgClassName
{
background-color: #1908B0;
}
</style>
border-color css
<style>
span { border-color: #1908B0; }
span { border-color: rgb(25,8,176); }
td.TdClassName
{
border-color: #1908B0;
}
.TagClassName
{
border-color: #1908B0;
}
</style>