#220BB6

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

Shades of Ultramarine #220BB6

Tints of Ultramarine #220BB6

Color information

#220BB6 (or 0x220BB6) is unknown color: approx Ultramarine. HEX triplet: 22, 0B and B6. RGB value is (34,11,182). Sum of RGB (Red+Green+Blue) = 34+11+182=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 182 (71.48% from 255 or 80.18% from 227); Max value from RGB is 182 - color contains mainly: blue. Hex color #220BB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220BB6 is #DDF449. Grayscale: #242424. Windows color (decimal): -14545994 or 11930402. OLE color: 11930402.

HSL color Cylindrical-coordinate representation of color #220BB6: hue angle of 248.07º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220BB6 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3411182-
CMYK0.810.9400.29
HSL248.07º88.6%37.84%-
HSV(B)248.07º93.96%71.37%-
XYZ9.223.9644.53-
YUV37.37209.62125.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.98%
GREEN value IS 11 (4.69% from 255) = 4.85%
BLUE value IS 182 (71.48% from 255) = 80.18%
R=14.98%
G=4.85%
B=80.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal34111820.810.9400.29248.0788.637.84
Hex22BB6515E01Df85926
Octal421326612113603537013146
Binary10001010111011011010100011011110011101111110001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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