Html Css Color HEX #220195 Ultramarine

📋 copy color: '#220195'

red 34 ◦ green 1 ◦ blue 149

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

Shades of Ultramarine #220195

Tints of Ultramarine #220195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 80.98%

R = 18.48%
G = 0.54%
B = 80.98%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#220195 (or 0x220195) is known color: Ultramarine. HEX triplet: 22, 01 and 95. RGB value is (34,1,149). Sum of RGB (Red+Green+Blue) = 34+1+149=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 149 (58.59% from 255 or 80.98% from 184); Max value from RGB is 149 - color contains mainly: blue. Hex color #220195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220195 is #DDFE6A. Grayscale: #1B1B1B. Windows color (decimal): -14548587 or 9765154. OLE color: 9765154.

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

Color convert

RGB 34 1 149 -
CMYK 0.77 0.99 0 0.42
HSL 253.38º 0.99% 0.29% -
HSV(B) 253.38º 0.99% 0.58% -
XYZ 6.1 2.53 28.6 -
YUV 27.74 196.43 132.47 -
System Red Green Blue C M Y K H S L
Decimal 34 1 149 0.77 0.99 0 0.42 253.38 0.99 0.29
Hex 22 1 95 4D 63 0 2A FD 63 1D
Octal 42 1 225 115 143 0 52 375 143 35
Binary 100010 1 10010101 1001101 1100011 0 101010 11111101 1100011 11101

Color Harmonies of #220195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220195

Black with #220195

Text Example


Text Example

White with #220195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220195; }

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

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

background-color css

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

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

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

border-color css

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

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

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