#220EAB

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

Shades of Ultramarine #220EAB

Tints of Ultramarine #220EAB

Color information

#220EAB (or 0x220EAB) is unknown color: approx Ultramarine. HEX triplet: 22, 0E and AB. RGB value is (34,14,171). Sum of RGB (Red+Green+Blue) = 34+14+171=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #220EAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220EAB is #DDF154. Grayscale: #252525. Windows color (decimal): -14545237 or 11210274. OLE color: 11210274.

HSL color Cylindrical-coordinate representation of color #220EAB: hue angle of 247.64º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220EAB is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3414171-
CMYK0.800.9200.33
HSL247.64º84.86%36.27%-
HSV(B)247.64º91.81%67.06%-
XYZ8.173.5938.79-
YUV37.88203.13125.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.53%
GREEN value IS 14 (5.86% from 255) = 6.39%
BLUE value IS 171 (67.19% from 255) = 78.08%
R=15.53%
G=6.39%
B=78.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34141710.800.9200.33247.6484.8636.27
Hex22EAB505C021f85524
Octal421625312013404137012544
Binary100010111010101011101000010111000100001111110001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,14,171); }

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

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

 a { background-color: rgb(34,14,171); }

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

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

 span { border-color: rgb(34,14,171); }

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