Shades of Ultramarine #10027F
Tints of Ultramarine #10027F
RGB
CMYK
RGB Variations
Color information
#10027F (or 0x10027F) is known color: Ultramarine. HEX triplet: 10, 02 and 7F. RGB value is (16,2,127). Sum of RGB (Red+Green+Blue) = 16+2+127=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 127 (50% from 255 or 87.59% from 145); Max value from RGB is 127 - color contains mainly: blue. Hex color #10027F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10027F is #EFFD80. Grayscale: #131313. Windows color (decimal): -15728001 or 8323600. OLE color: 8323600.
HSL color Cylindrical-coordinate representation of color #10027F: hue angle of 246.72º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10027F is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 2 | 127 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.50 |
| HSL | 246.72º | 0.97% | 0.25% | - |
| HSV(B) | 246.72º | 0.98% | 0.5% | - |
| XYZ | 4.07 | 1.69 | 20.19 | - |
| YUV | 20.44 | 188.14 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 127 | 0.87 | 0.98 | 0 | 0.50 | 246.72 | 0.97 | 0.25 |
| Hex | 10 | 2 | 7F | 57 | 62 | 0 | 32 | F7 | 61 | 19 |
| Octal | 20 | 2 | 177 | 127 | 142 | 0 | 62 | 367 | 141 | 31 |
| Binary | 10000 | 10 | 1111111 | 1010111 | 1100010 | 0 | 110010 | 11110111 | 1100001 | 11001 |
Color Harmonies of #10027F
Complementary color
Monochromatic Colors of #10027F
Black with #10027F
Text Example
Text Example
White with #10027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10027F; }
p { color: rgb(16,2,127); }
H1.HeaderClassName
{
color: #10027F;
}
.AnyTagClassName
{
color: #10027F;
}
</style>
background-color css
<style>
a { background-color: #10027F; }
a { background-color: rgb(16,2,127); }
div.DivClassName
{
background-color: #10027F;
}
.BgClassName
{
background-color: #10027F;
}
</style>
border-color css
<style>
span { border-color: #10027F; }
span { border-color: rgb(16,2,127); }
td.TdClassName
{
border-color: #10027F;
}
.TagClassName
{
border-color: #10027F;
}
</style>