Shades of Ultramarine #1D00AF
Tints of Ultramarine #1D00AF
RGB
CMYK
RGB Variations
Color information
#1D00AF (or 0x1D00AF) is known color: Ultramarine. HEX triplet: 1D, 00 and AF. RGB value is (29,0,175). Sum of RGB (Red+Green+Blue) = 29+0+175=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 175 (68.75% from 255 or 85.78% from 204); Max value from RGB is 175 - color contains mainly: blue. Hex color #1D00AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D00AF is #E2FF50. Grayscale: #1B1B1B. Windows color (decimal): -14876497 or 11468829. OLE color: 11468829.
HSL color Cylindrical-coordinate representation of color #1D00AF: hue angle of 249.94º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D00AF is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 0 | 175 | - |
| CMYK | 0.83 | 1 | 0 | 0.31 |
| HSL | 249.94º | 1% | 0.34% | - |
| HSV(B) | 249.94º | 1% | 0.69% | - |
| XYZ | 8.24 | 3.36 | 40.77 | - |
| YUV | 28.62 | 210.61 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 175 | 0.83 | 1 | 0 | 0.31 | 249.94 | 1 | 0.34 |
| Hex | 1D | 0 | AF | 53 | 64 | 0 | 1F | FA | 64 | 22 |
| Octal | 35 | 0 | 257 | 123 | 144 | 0 | 37 | 372 | 144 | 42 |
| Binary | 11101 | 0 | 10101111 | 1010011 | 1100100 | 0 | 11111 | 11111010 | 1100100 | 100010 |
Color Harmonies of #1D00AF
Complementary color
Monochromatic Colors of #1D00AF
Black with #1D00AF
Text Example
Text Example
White with #1D00AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D00AF; }
p { color: rgb(29,0,175); }
H1.HeaderClassName
{
color: #1D00AF;
}
.AnyTagClassName
{
color: #1D00AF;
}
</style>
background-color css
<style>
a { background-color: #1D00AF; }
a { background-color: rgb(29,0,175); }
div.DivClassName
{
background-color: #1D00AF;
}
.BgClassName
{
background-color: #1D00AF;
}
</style>
border-color css
<style>
span { border-color: #1D00AF; }
span { border-color: rgb(29,0,175); }
td.TdClassName
{
border-color: #1D00AF;
}
.TagClassName
{
border-color: #1D00AF;
}
</style>