Html Css Color HEX #220990 Ultramarine

📋 copy color: '#220990'

red 34 ◦ green 9 ◦ blue 144

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

Shades of Ultramarine #220990

Tints of Ultramarine #220990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.81%

 BLUE value IS 144 (56.64% from 255) = 77.01%

R = 18.18%
G = 4.81%
B = 77.01%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#220990 (or 0x220990) is known color: Ultramarine. HEX triplet: 22, 09 and 90. RGB value is (34,9,144). Sum of RGB (Red+Green+Blue) = 34+9+144=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 144 (56.64% from 255 or 77.01% from 187); Max value from RGB is 144 - color contains mainly: blue. Hex color #220990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220990 is #DDF66F. Grayscale: #1F1F1F. Windows color (decimal): -14546544 or 9439522. OLE color: 9439522.

HSL color Cylindrical-coordinate representation of color #220990: hue angle of 251.11º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220990 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 9 144 -
CMYK 0.76 0.94 0 0.44
HSL 251.11º 0.88% 0.3% -
HSV(B) 251.11º 0.94% 0.56% -
XYZ 5.79 2.55 26.57 -
YUV 31.87 191.28 129.52 -
System Red Green Blue C M Y K H S L
Decimal 34 9 144 0.76 0.94 0 0.44 251.11 0.88 0.3
Hex 22 9 90 4C 5E 0 2C FB 58 1E
Octal 42 11 220 114 136 0 54 373 130 36
Binary 100010 1001 10010000 1001100 1011110 0 101100 11111011 1011000 11110

Color Harmonies of #220990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220990

Black with #220990

Text Example


Text Example

White with #220990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220990; }

 p { color: rgb(34,9,144); }

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

background-color css

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

 a { background-color: rgb(34,9,144); }

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

border-color css

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

 span { border-color: rgb(34,9,144); }

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