Shades of Ultramarine #1D027E
Tints of Ultramarine #1D027E
RGB
CMYK
RGB Variations
Color information
#1D027E (or 0x1D027E) is known color: Ultramarine. HEX triplet: 1D, 02 and 7E. RGB value is (29,2,126). Sum of RGB (Red+Green+Blue) = 29+2+126=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 126 (49.61% from 255 or 80.25% from 157); Max value from RGB is 126 - color contains mainly: blue. Hex color #1D027E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D027E is #E2FD81. Grayscale: #171717. Windows color (decimal): -14876034 or 8258077. OLE color: 8258077.
HSL color Cylindrical-coordinate representation of color #1D027E: hue angle of 253.06º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D027E is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 2 | 126 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.51 |
| HSL | 253.06º | 0.97% | 0.25% | - |
| HSV(B) | 253.06º | 0.98% | 0.49% | - |
| XYZ | 4.29 | 1.81 | 19.86 | - |
| YUV | 24.21 | 185.45 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 126 | 0.77 | 0.98 | 0 | 0.51 | 253.06 | 0.97 | 0.25 |
| Hex | 1D | 2 | 7E | 4D | 62 | 0 | 33 | FD | 61 | 19 |
| Octal | 35 | 2 | 176 | 115 | 142 | 0 | 63 | 375 | 141 | 31 |
| Binary | 11101 | 10 | 1111110 | 1001101 | 1100010 | 0 | 110011 | 11111101 | 1100001 | 11001 |
Color Harmonies of #1D027E
Complementary color
Monochromatic Colors of #1D027E
Black with #1D027E
Text Example
Text Example
White with #1D027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D027E; }
p { color: rgb(29,2,126); }
H1.HeaderClassName
{
color: #1D027E;
}
.AnyTagClassName
{
color: #1D027E;
}
</style>
background-color css
<style>
a { background-color: #1D027E; }
a { background-color: rgb(29,2,126); }
div.DivClassName
{
background-color: #1D027E;
}
.BgClassName
{
background-color: #1D027E;
}
</style>
border-color css
<style>
span { border-color: #1D027E; }
span { border-color: rgb(29,2,126); }
td.TdClassName
{
border-color: #1D027E;
}
.TagClassName
{
border-color: #1D027E;
}
</style>