#220E9B

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

Shades of Ultramarine #220E9B

Tints of Ultramarine #220E9B

Color information

#220E9B (or 0x220E9B) is unknown color: approx Ultramarine. HEX triplet: 22, 0E and 9B. RGB value is (34,14,155). Sum of RGB (Red+Green+Blue) = 34+14+155=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 155 (60.94% from 255 or 76.35% from 203); Max value from RGB is 155 - color contains mainly: blue. Hex color #220E9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220E9B is #DDF164. Grayscale: #232323. Windows color (decimal): -14545253 or 10161698. OLE color: 10161698.

HSL color Cylindrical-coordinate representation of color #220E9B: hue angle of 248.51º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220E9B is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3414155-
CMYK0.780.9100.39
HSL248.51º83.43%33.14%-
HSV(B)248.51º90.97%60.78%-
XYZ6.733.0231.24-
YUV36.05195.13126.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.75%
GREEN value IS 14 (5.86% from 255) = 6.90%
BLUE value IS 155 (60.94% from 255) = 76.35%
R=16.75%
G=6.90%
B=76.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34141550.780.9100.39248.5183.4333.14
Hex22E9B4E5B027f95321
Octal421623311613304737112341
Binary100010111010011011100111010110110100111111110011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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