Html Css Color HEX #220095 Ultramarine

📋 copy color: '#220095'

red 34 ◦ green 0 ◦ blue 149

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

Shades of Ultramarine #220095

Tints of Ultramarine #220095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 18.58%
G = 0%
B = 81.42%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#220095 (or 0x220095) is known color: Ultramarine. HEX triplet: 22, 00 and 95. RGB value is (34,0,149). Sum of RGB (Red+Green+Blue) = 34+0+149=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 149 (58.59% from 255 or 81.42% from 183); Max value from RGB is 149 - color contains mainly: blue. Hex color #220095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220095 is #DDFF6A. Grayscale: #1A1A1A. Windows color (decimal): -14548843 or 9764898. OLE color: 9764898.

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

Color convert

RGB 34 0 149 -
CMYK 0.77 1 0 0.42
HSL 253.69º 1% 0.29% -
HSV(B) 253.69º 1% 0.58% -
XYZ 6.08 2.51 28.6 -
YUV 27.15 196.76 132.88 -
System Red Green Blue C M Y K H S L
Decimal 34 0 149 0.77 1 0 0.42 253.69 1 0.29
Hex 22 0 95 4D 64 0 2A FE 64 1D
Octal 42 0 225 115 144 0 52 376 144 35
Binary 100010 0 10010101 1001101 1100100 0 101010 11111110 1100100 11101

Color Harmonies of #220095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220095

Black with #220095

Text Example


Text Example

White with #220095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220095; }

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

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

background-color css

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

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

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

border-color css

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

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

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