Html Css Color HEX #220599 Ultramarine

📋 copy color: '#220599'

red 34 ◦ green 5 ◦ blue 153

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

Shades of Ultramarine #220599

Tints of Ultramarine #220599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 79.69%

R = 17.71%
G = 2.6%
B = 79.69%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#220599 (or 0x220599) is known color: Ultramarine. HEX triplet: 22, 05 and 99. RGB value is (34,5,153). Sum of RGB (Red+Green+Blue) = 34+5+153=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 153 (60.16% from 255 or 79.69% from 192); Max value from RGB is 153 - color contains mainly: blue. Hex color #220599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220599 is #DDFA66. Grayscale: #1D1D1D. Windows color (decimal): -14547559 or 10028322. OLE color: 10028322.

HSL color Cylindrical-coordinate representation of color #220599: hue angle of 251.76º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220599 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 5 153 -
CMYK 0.78 0.97 0 0.4
HSL 251.76º 0.94% 0.31% -
HSV(B) 251.76º 0.97% 0.6% -
XYZ 6.46 2.75 30.33 -
YUV 30.54 197.11 130.47 -
System Red Green Blue C M Y K H S L
Decimal 34 5 153 0.78 0.97 0 0.4 251.76 0.94 0.31
Hex 22 5 99 4E 61 0 28 FC 5E 1F
Octal 42 5 231 116 141 0 50 374 136 37
Binary 100010 101 10011001 1001110 1100001 0 101000 11111100 1011110 11111

Color Harmonies of #220599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220599

Black with #220599

Text Example


Text Example

White with #220599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220599; }

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

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

background-color css

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

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

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

border-color css

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

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

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