Html Css Color HEX #220493 Ultramarine

📋 copy color: '#220493'

red 34 ◦ green 4 ◦ blue 147

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

Shades of Ultramarine #220493

Tints of Ultramarine #220493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

 BLUE value IS 147 (57.81% from 255) = 79.46%

R = 18.38%
G = 2.16%
B = 79.46%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#220493 (or 0x220493) is known color: Ultramarine. HEX triplet: 22, 04 and 93. RGB value is (34,4,147). Sum of RGB (Red+Green+Blue) = 34+4+147=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 147 (57.81% from 255 or 79.46% from 185); Max value from RGB is 147 - color contains mainly: blue. Hex color #220493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220493 is #DDFB6C. Grayscale: #1C1C1C. Windows color (decimal): -14547821 or 9634850. OLE color: 9634850.

HSL color Cylindrical-coordinate representation of color #220493: hue angle of 252.59º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220493 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 4 147 -
CMYK 0.77 0.97 0 0.42
HSL 252.59º 0.95% 0.3% -
HSV(B) 252.59º 0.97% 0.58% -
XYZ 5.97 2.53 27.78 -
YUV 29.27 194.44 131.37 -
System Red Green Blue C M Y K H S L
Decimal 34 4 147 0.77 0.97 0 0.42 252.59 0.95 0.3
Hex 22 4 93 4D 61 0 2A FD 5F 1E
Octal 42 4 223 115 141 0 52 375 137 36
Binary 100010 100 10010011 1001101 1100001 0 101010 11111101 1011111 11110

Color Harmonies of #220493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220493

Black with #220493

Text Example


Text Example

White with #220493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220493; }

 p { color: rgb(34,4,147); }

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

background-color css

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

 a { background-color: rgb(34,4,147); }

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

border-color css

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

 span { border-color: rgb(34,4,147); }

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