#220E9D

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

Shades of Ultramarine #220E9D

Tints of Ultramarine #220E9D

Color information

#220E9D (or 0x220E9D) is unknown color: approx Ultramarine. HEX triplet: 22, 0E and 9D. RGB value is (34,14,157). Sum of RGB (Red+Green+Blue) = 34+14+157=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 157 (61.72% from 255 or 76.59% from 205); Max value from RGB is 157 - color contains mainly: blue. Hex color #220E9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220E9D is #DDF162. Grayscale: #232323. Windows color (decimal): -14545251 or 10292770. OLE color: 10292770.

HSL color Cylindrical-coordinate representation of color #220E9D: hue angle of 248.39º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220E9D is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3414157-
CMYK0.780.9100.38
HSL248.39º83.63%33.53%-
HSV(B)248.39º91.08%61.57%-
XYZ6.93.0932.13-
YUV36.28196.13126.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.59%
GREEN value IS 14 (5.86% from 255) = 6.83%
BLUE value IS 157 (61.72% from 255) = 76.59%
R=16.59%
G=6.83%
B=76.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34141570.780.9100.38248.3983.6333.53
Hex22E9D4E5B026f85422
Octal421623511613304637012442
Binary100010111010011101100111010110110100110111110001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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