Shades of Ultramarine #220685
Tints of Ultramarine #220685
RGB
CMYK
RGB Variations
Color information
#220685 (or 0x220685) is known color: Ultramarine. HEX triplet: 22, 06 and 85. RGB value is (34,6,133). Sum of RGB (Red+Green+Blue) = 34+6+133=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #220685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220685 is #DDF97A. Grayscale: #1C1C1C. Windows color (decimal): -14547323 or 8717858. OLE color: 8717858.
HSL color Cylindrical-coordinate representation of color #220685: hue angle of 253.23º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220685 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 6 | 133 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.48 |
| HSL | 253.23º | 0.91% | 0.27% | - |
| HSV(B) | 253.23º | 0.95% | 0.52% | - |
| XYZ | 4.96 | 2.16 | 22.35 | - |
| YUV | 28.85 | 186.78 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 133 | 0.74 | 0.95 | 0 | 0.48 | 253.23 | 0.91 | 0.27 |
| Hex | 22 | 6 | 85 | 4A | 5F | 0 | 30 | FD | 5B | 1B |
| Octal | 42 | 6 | 205 | 112 | 137 | 0 | 60 | 375 | 133 | 33 |
| Binary | 100010 | 110 | 10000101 | 1001010 | 1011111 | 0 | 110000 | 11111101 | 1011011 | 11011 |
Color Harmonies of #220685
Complementary color
Monochromatic Colors of #220685
Black with #220685
Text Example
Text Example
White with #220685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220685; }
p { color: rgb(34,6,133); }
H1.HeaderClassName
{
color: #220685;
}
.AnyTagClassName
{
color: #220685;
}
</style>
background-color css
<style>
a { background-color: #220685; }
a { background-color: rgb(34,6,133); }
div.DivClassName
{
background-color: #220685;
}
.BgClassName
{
background-color: #220685;
}
</style>
border-color css
<style>
span { border-color: #220685; }
span { border-color: rgb(34,6,133); }
td.TdClassName
{
border-color: #220685;
}
.TagClassName
{
border-color: #220685;
}
</style>