Shades of Ultramarine #1D068B
Tints of Ultramarine #1D068B
RGB
CMYK
RGB Variations
Color information
#1D068B (or 0x1D068B) is known color: Ultramarine. HEX triplet: 1D, 06 and 8B. RGB value is (29,6,139). Sum of RGB (Red+Green+Blue) = 29+6+139=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 139 (54.69% from 255 or 79.89% from 174); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D068B is #E2F974. Grayscale: #1B1B1B. Windows color (decimal): -14874997 or 9111069. OLE color: 9111069.
HSL color Cylindrical-coordinate representation of color #1D068B: hue angle of 250.38º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D068B is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 6 | 139 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.45 |
| HSL | 250.38º | 0.92% | 0.28% | - |
| HSV(B) | 250.38º | 0.96% | 0.55% | - |
| XYZ | 5.23 | 2.26 | 24.59 | - |
| YUV | 28.04 | 190.62 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 139 | 0.79 | 0.96 | 0 | 0.45 | 250.38 | 0.92 | 0.28 |
| Hex | 1D | 6 | 8B | 4F | 60 | 0 | 2D | FA | 5C | 1C |
| Octal | 35 | 6 | 213 | 117 | 140 | 0 | 55 | 372 | 134 | 34 |
| Binary | 11101 | 110 | 10001011 | 1001111 | 1100000 | 0 | 101101 | 11111010 | 1011100 | 11100 |
Color Harmonies of #1D068B
Complementary color
Monochromatic Colors of #1D068B
Black with #1D068B
Text Example
Text Example
White with #1D068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D068B; }
p { color: rgb(29,6,139); }
H1.HeaderClassName
{
color: #1D068B;
}
.AnyTagClassName
{
color: #1D068B;
}
</style>
background-color css
<style>
a { background-color: #1D068B; }
a { background-color: rgb(29,6,139); }
div.DivClassName
{
background-color: #1D068B;
}
.BgClassName
{
background-color: #1D068B;
}
</style>
border-color css
<style>
span { border-color: #1D068B; }
span { border-color: rgb(29,6,139); }
td.TdClassName
{
border-color: #1D068B;
}
.TagClassName
{
border-color: #1D068B;
}
</style>