Html Css Color HEX #220091 Ultramarine

📋 copy color: '#220091'

red 34 ◦ green 0 ◦ blue 145

#220091
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #220091

Tints of Ultramarine #220091

RGB

 RED value IS 34 (13.67% from 255) = 18.99%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 81.01%

R = 18.99%
G = 0%
B = 81.01%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#220091 (or 0x220091) is known color: Ultramarine. HEX triplet: 22, 00 and 91. RGB value is (34,0,145). Sum of RGB (Red+Green+Blue) = 34+0+145=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 145 (57.03% from 255 or 81.01% from 179); Max value from RGB is 145 - color contains mainly: blue. Hex color #220091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220091 is #DDFF6E. Grayscale: #1A1A1A. Windows color (decimal): -14548847 or 9502754. OLE color: 9502754.

HSL color Cylindrical-coordinate representation of color #220091: hue angle of 254.07º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220091 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 0 145 -
CMYK 0.77 1 0 0.43
HSL 254.07º 1% 0.28% -
HSV(B) 254.07º 1% 0.57% -
XYZ 5.77 2.38 26.94 -
YUV 26.7 194.76 133.21 -
System Red Green Blue C M Y K H S L
Decimal 34 0 145 0.77 1 0 0.43 254.07 1 0.28
Hex 22 0 91 4D 64 0 2B FE 64 1C
Octal 42 0 221 115 144 0 53 376 144 34
Binary 100010 0 10010001 1001101 1100100 0 101011 11111110 1100100 11100

Color Harmonies of #220091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220091

Black with #220091

Text Example


Text Example

White with #220091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220091; }

 p { color: rgb(34,0,145); }

 H1.HeaderClassName
 {
   color: #220091;
 }
 .AnyTagClassName
 {
   color: #220091;
 }
</style>

background-color css

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

 a { background-color: rgb(34,0,145); }

 div.DivClassName
 {
   background-color: #220091;
 }
 .BgClassName
 {
   background-color: #220091;
 }
</style>

border-color css

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

 span { border-color: rgb(34,0,145); }

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