#220B86

Color #220B86 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #220B86

Tints of Ultramarine #220B86

Color information

#220B86 (or 0x220B86) is unknown color: approx Ultramarine. HEX triplet: 22, 0B and 86. RGB value is (34,11,134). Sum of RGB (Red+Green+Blue) = 34+11+134=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 134 (52.73% from 255 or 74.86% from 179); Max value from RGB is 134 - color contains mainly: blue. Hex color #220B86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220B86 is #DDF479. Grayscale: #1F1F1F. Windows color (decimal): -14546042 or 8784674. OLE color: 8784674.

HSL color Cylindrical-coordinate representation of color #220B86: hue angle of 251.22º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220B86 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3411134-
CMYK0.750.9200.47
HSL251.22º84.83%28.43%-
HSV(B)251.22º91.79%52.55%-
XYZ5.082.322.73-
YUV31.9185.62129.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 18.99%
GREEN value IS 11 (4.69% from 255) = 6.15%
BLUE value IS 134 (52.73% from 255) = 74.86%
R=18.99%
G=6.15%
B=74.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34111340.750.9200.47251.2284.8328.43
Hex22B864B5C02Ffb551c
Octal421320611313405737312534
Binary10001010111000011010010111011100010111111111011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220B86; }

 p { color: rgb(34,11,134); }

 H1.HeaderClassName
 {
   color: #220B86;
 }
 .AnyTagClassName
 {
   color: #220B86;
 }
</style>
background-color css

<style>
 a { background-color: #220B86; }

 a { background-color: rgb(34,11,134); }

 div.DivClassName
 {
   background-color: #220B86;
 }
 .BgClassName
 {
   background-color: #220B86;
 }
</style>
border-color css

<style>
 span { border-color: #220B86; }

 span { border-color: rgb(34,11,134); }

 td.TdClassName
 {
   border-color: #220B86;
 }
 .TagClassName
 {
   border-color: #220B86;
 }
</style>