Shades of Ultramarine #1B017D
Tints of Ultramarine #1B017D
RGB
CMYK
RGB Variations
Color information
#1B017D (or 0x1B017D) is known color: Ultramarine. HEX triplet: 1B, 01 and 7D. RGB value is (27,1,125). Sum of RGB (Red+Green+Blue) = 27+1+125=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 125 (49.22% from 255 or 81.70% from 153); Max value from RGB is 125 - color contains mainly: blue. Hex color #1B017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B017D is #E4FE82. Grayscale: #161616. Windows color (decimal): -15007363 or 8192283. OLE color: 8192283.
HSL color Cylindrical-coordinate representation of color #1B017D: hue angle of 252.58º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B017D is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 1 | 125 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.51 |
| HSL | 252.58º | 0.98% | 0.25% | - |
| HSV(B) | 252.58º | 0.99% | 0.49% | - |
| XYZ | 4.16 | 1.74 | 19.52 | - |
| YUV | 22.91 | 185.61 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 125 | 0.78 | 0.99 | 0 | 0.51 | 252.58 | 0.98 | 0.25 |
| Hex | 1B | 1 | 7D | 4E | 63 | 0 | 33 | FD | 62 | 19 |
| Octal | 33 | 1 | 175 | 116 | 143 | 0 | 63 | 375 | 142 | 31 |
| Binary | 11011 | 1 | 1111101 | 1001110 | 1100011 | 0 | 110011 | 11111101 | 1100010 | 11001 |
Color Harmonies of #1B017D
Complementary color
Monochromatic Colors of #1B017D
Black with #1B017D
Text Example
Text Example
White with #1B017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B017D; }
p { color: rgb(27,1,125); }
H1.HeaderClassName
{
color: #1B017D;
}
.AnyTagClassName
{
color: #1B017D;
}
</style>
background-color css
<style>
a { background-color: #1B017D; }
a { background-color: rgb(27,1,125); }
div.DivClassName
{
background-color: #1B017D;
}
.BgClassName
{
background-color: #1B017D;
}
</style>
border-color css
<style>
span { border-color: #1B017D; }
span { border-color: rgb(27,1,125); }
td.TdClassName
{
border-color: #1B017D;
}
.TagClassName
{
border-color: #1B017D;
}
</style>