Shades of Ultramarine #1C009D
Tints of Ultramarine #1C009D
RGB
CMYK
RGB Variations
Color information
#1C009D (or 0x1C009D) is known color: Ultramarine. HEX triplet: 1C, 00 and 9D. RGB value is (28,0,157). Sum of RGB (Red+Green+Blue) = 28+0+157=185 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.14% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 157 (61.72% from 255 or 84.86% from 185); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C009D is #E3FF62. Grayscale: #191919. Windows color (decimal): -14942051 or 10289180. OLE color: 10289180.
HSL color Cylindrical-coordinate representation of color #1C009D: hue angle of 250.7º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C009D is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 0 | 157 | - |
| CMYK | 0.82 | 1 | 0 | 0.38 |
| HSL | 250.7º | 1% | 0.31% | - |
| HSV(B) | 250.7º | 1% | 0.62% | - |
| XYZ | 6.56 | 2.68 | 32.07 | - |
| YUV | 26.27 | 201.78 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 157 | 0.82 | 1 | 0 | 0.38 | 250.7 | 1 | 0.31 |
| Hex | 1C | 0 | 9D | 52 | 64 | 0 | 26 | FB | 64 | 1F |
| Octal | 34 | 0 | 235 | 122 | 144 | 0 | 46 | 373 | 144 | 37 |
| Binary | 11100 | 0 | 10011101 | 1010010 | 1100100 | 0 | 100110 | 11111011 | 1100100 | 11111 |
Color Harmonies of #1C009D
Complementary color
Monochromatic Colors of #1C009D
Black with #1C009D
Text Example
Text Example
White with #1C009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C009D; }
p { color: rgb(28,0,157); }
H1.HeaderClassName
{
color: #1C009D;
}
.AnyTagClassName
{
color: #1C009D;
}
</style>
background-color css
<style>
a { background-color: #1C009D; }
a { background-color: rgb(28,0,157); }
div.DivClassName
{
background-color: #1C009D;
}
.BgClassName
{
background-color: #1C009D;
}
</style>
border-color css
<style>
span { border-color: #1C009D; }
span { border-color: rgb(28,0,157); }
td.TdClassName
{
border-color: #1C009D;
}
.TagClassName
{
border-color: #1C009D;
}
</style>