Html Css Color HEX #220993 Ultramarine

📋 copy color: '#220993'

red 34 ◦ green 9 ◦ blue 147

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

Shades of Ultramarine #220993

Tints of Ultramarine #220993

RGB

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

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

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

R = 17.89%
G = 4.74%
B = 77.37%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#220993 (or 0x220993) is known color: Ultramarine. HEX triplet: 22, 09 and 93. RGB value is (34,9,147). Sum of RGB (Red+Green+Blue) = 34+9+147=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #220993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220993 is #DDF66C. Grayscale: #1F1F1F. Windows color (decimal): -14546541 or 9636130. OLE color: 9636130.

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

Color convert

RGB 34 9 147 -
CMYK 0.77 0.94 0 0.42
HSL 250.87º 0.88% 0.31% -
HSV(B) 250.87º 0.94% 0.58% -
XYZ 6.02 2.64 27.8 -
YUV 32.21 192.78 129.28 -
System Red Green Blue C M Y K H S L
Decimal 34 9 147 0.77 0.94 0 0.42 250.87 0.88 0.31
Hex 22 9 93 4D 5E 0 2A FB 58 1F
Octal 42 11 223 115 136 0 52 373 130 37
Binary 100010 1001 10010011 1001101 1011110 0 101010 11111011 1011000 11111

Color Harmonies of #220993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220993

Black with #220993

Text Example


Text Example

White with #220993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220993; }

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

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

background-color css

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

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

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

border-color css

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

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

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