Shades of Ultramarine #1B079F
Tints of Ultramarine #1B079F
RGB
CMYK
RGB Variations
Color information
#1B079F (or 0x1B079F) is known color: Ultramarine. HEX triplet: 1B, 07 and 9F. RGB value is (27,7,159). Sum of RGB (Red+Green+Blue) = 27+7+159=193 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.99% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 159 (62.5% from 255 or 82.38% from 193); Max value from RGB is 159 - color contains mainly: blue. Hex color #1B079F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B079F is #E4F860. Grayscale: #1D1D1D. Windows color (decimal): -15005793 or 10422043. OLE color: 10422043.
HSL color Cylindrical-coordinate representation of color #1B079F: hue angle of 247.89º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B079F is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 7 | 159 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.38 |
| HSL | 247.89º | 0.92% | 0.33% | - |
| HSV(B) | 247.89º | 0.96% | 0.62% | - |
| XYZ | 6.79 | 2.89 | 33 | - |
| YUV | 30.31 | 200.63 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 7 | 159 | 0.83 | 0.96 | 0 | 0.38 | 247.89 | 0.92 | 0.33 |
| Hex | 1B | 7 | 9F | 53 | 60 | 0 | 26 | F8 | 5C | 21 |
| Octal | 33 | 7 | 237 | 123 | 140 | 0 | 46 | 370 | 134 | 41 |
| Binary | 11011 | 111 | 10011111 | 1010011 | 1100000 | 0 | 100110 | 11111000 | 1011100 | 100001 |
Color Harmonies of #1B079F
Complementary color
Monochromatic Colors of #1B079F
Black with #1B079F
Text Example
Text Example
White with #1B079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B079F; }
p { color: rgb(27,7,159); }
H1.HeaderClassName
{
color: #1B079F;
}
.AnyTagClassName
{
color: #1B079F;
}
</style>
background-color css
<style>
a { background-color: #1B079F; }
a { background-color: rgb(27,7,159); }
div.DivClassName
{
background-color: #1B079F;
}
.BgClassName
{
background-color: #1B079F;
}
</style>
border-color css
<style>
span { border-color: #1B079F; }
span { border-color: rgb(27,7,159); }
td.TdClassName
{
border-color: #1B079F;
}
.TagClassName
{
border-color: #1B079F;
}
</style>