Html Css Color HEX #220992 Ultramarine

📋 copy color: '#220992'

red 34 ◦ green 9 ◦ blue 146

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

Shades of Ultramarine #220992

Tints of Ultramarine #220992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 77.25%

R = 17.99%
G = 4.76%
B = 77.25%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#220992 (or 0x220992) is known color: Ultramarine. HEX triplet: 22, 09 and 92. RGB value is (34,9,146). Sum of RGB (Red+Green+Blue) = 34+9+146=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 146 (57.42% from 255 or 77.25% from 189); Max value from RGB is 146 - color contains mainly: blue. Hex color #220992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220992 is #DDF66D. Grayscale: #1F1F1F. Windows color (decimal): -14546542 or 9570594. OLE color: 9570594.

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

Color convert

RGB 34 9 146 -
CMYK 0.77 0.94 0 0.43
HSL 250.95º 0.88% 0.3% -
HSV(B) 250.95º 0.94% 0.57% -
XYZ 5.95 2.61 27.38 -
YUV 32.09 192.28 129.36 -
System Red Green Blue C M Y K H S L
Decimal 34 9 146 0.77 0.94 0 0.43 250.95 0.88 0.3
Hex 22 9 92 4D 5E 0 2B FB 58 1E
Octal 42 11 222 115 136 0 53 373 130 36
Binary 100010 1001 10010010 1001101 1011110 0 101011 11111011 1011000 11110

Color Harmonies of #220992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220992

Black with #220992

Text Example


Text Example

White with #220992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220992; }

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

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

background-color css

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

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

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

border-color css

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

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

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