Html Css Color HEX #220595 Ultramarine

📋 copy color: '#220595'

red 34 ◦ green 5 ◦ blue 149

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

Shades of Ultramarine #220595

Tints of Ultramarine #220595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.66%

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

R = 18.09%
G = 2.66%
B = 79.26%

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

#220595 (or 0x220595) is known color: Ultramarine. HEX triplet: 22, 05 and 95. RGB value is (34,5,149). Sum of RGB (Red+Green+Blue) = 34+5+149=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 149 (58.59% from 255 or 79.26% from 188); Max value from RGB is 149 - color contains mainly: blue. Hex color #220595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220595 is #DDFA6A. Grayscale: #1D1D1D. Windows color (decimal): -14547563 or 9766178. OLE color: 9766178.

HSL color Cylindrical-coordinate representation of color #220595: hue angle of 252.08º degrees, saturation: 0.94, 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 #220595 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 5 149 -
CMYK 0.77 0.97 0 0.42
HSL 252.08º 0.94% 0.3% -
HSV(B) 252.08º 0.97% 0.58% -
XYZ 6.14 2.62 28.62 -
YUV 30.09 195.11 130.79 -
System Red Green Blue C M Y K H S L
Decimal 34 5 149 0.77 0.97 0 0.42 252.08 0.94 0.3
Hex 22 5 95 4D 61 0 2A FC 5E 1E
Octal 42 5 225 115 141 0 52 374 136 36
Binary 100010 101 10010101 1001101 1100001 0 101010 11111100 1011110 11110

Color Harmonies of #220595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220595

Black with #220595

Text Example


Text Example

White with #220595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220595; }

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

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

background-color css

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

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

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

border-color css

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

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

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