Shades of Ultramarine #200EB6
Tints of Ultramarine #200EB6
RGB
CMYK
RGB Variations
Color information
#200EB6 (or 0x200EB6) is known color: Ultramarine. HEX triplet: 20, 0E and B6. RGB value is (32,14,182). Sum of RGB (Red+Green+Blue) = 32+14+182=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 182 (71.48% from 255 or 79.82% from 228); Max value from RGB is 182 - color contains mainly: blue. Hex color #200EB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200EB6 is #DFF149. Grayscale: #252525. Windows color (decimal): -14676298 or 11931168. OLE color: 11931168.
HSL color Cylindrical-coordinate representation of color #200EB6: hue angle of 246.43º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200EB6 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 32 | 14 | 182 | - |
CMYK | 0.82 | 0.92 | 0 | 0.29 |
HSL | 246.43º | 0.86% | 0.38% | - |
HSV(B) | 246.43º | 0.92% | 0.71% | - |
XYZ | 9.2 | 4 | 44.54 | - |
YUV | 38.53 | 208.96 | 123.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 14 | 182 | 0.82 | 0.92 | 0 | 0.29 | 246.43 | 0.86 | 0.38 |
Hex | 20 | E | B6 | 52 | 5C | 0 | 1D | F6 | 56 | 26 |
Octal | 40 | 16 | 266 | 122 | 134 | 0 | 35 | 366 | 126 | 46 |
Binary | 100000 | 1110 | 10110110 | 1010010 | 1011100 | 0 | 11101 | 11110110 | 1010110 | 100110 |
Color Harmonies of #200EB6
Complementary color
Monochromatic Colors of #200EB6
Black with #200EB6
Text Example
Text Example
White with #200EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200EB6; }
p { color: rgb(32,14,182); }
H1.HeaderClassName
{
color: #200EB6;
}
.AnyTagClassName
{
color: #200EB6;
}
</style>
background-color css
<style>
a { background-color: #200EB6; }
a { background-color: rgb(32,14,182); }
div.DivClassName
{
background-color: #200EB6;
}
.BgClassName
{
background-color: #200EB6;
}
</style>
border-color css
<style>
span { border-color: #200EB6; }
span { border-color: rgb(32,14,182); }
td.TdClassName
{
border-color: #200EB6;
}
.TagClassName
{
border-color: #200EB6;
}
</style>