Html Css Color HEX #220196 Ultramarine

📋 copy color: '#220196'

red 34 ◦ green 1 ◦ blue 150

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

Shades of Ultramarine #220196

Tints of Ultramarine #220196

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 150 (58.98% from 255) = 81.08%

R = 18.38%
G = 0.54%
B = 81.08%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#220196 (or 0x220196) is known color: Ultramarine. HEX triplet: 22, 01 and 96. RGB value is (34,1,150). Sum of RGB (Red+Green+Blue) = 34+1+150=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 150 (58.98% from 255 or 81.08% from 185); Max value from RGB is 150 - color contains mainly: blue. Hex color #220196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220196 is #DDFE69. Grayscale: #1B1B1B. Windows color (decimal): -14548586 or 9830690. OLE color: 9830690.

HSL color Cylindrical-coordinate representation of color #220196: hue angle of 253.29º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #220196 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 1 150 -
CMYK 0.77 0.99 0 0.41
HSL 253.29º 0.99% 0.3% -
HSV(B) 253.29º 0.99% 0.59% -
XYZ 6.18 2.56 29.02 -
YUV 27.85 196.93 132.38 -
System Red Green Blue C M Y K H S L
Decimal 34 1 150 0.77 0.99 0 0.41 253.29 0.99 0.3
Hex 22 1 96 4D 63 0 29 FD 63 1E
Octal 42 1 226 115 143 0 51 375 143 36
Binary 100010 1 10010110 1001101 1100011 0 101001 11111101 1100011 11110

Color Harmonies of #220196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220196

Black with #220196

Text Example


Text Example

White with #220196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220196; }

 p { color: rgb(34,1,150); }

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

background-color css

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

 a { background-color: rgb(34,1,150); }

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

border-color css

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

 span { border-color: rgb(34,1,150); }

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