Html Css Color HEX #220199 Ultramarine

📋 copy color: '#220199'

red 34 ◦ green 1 ◦ blue 153

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

Shades of Ultramarine #220199

Tints of Ultramarine #220199

RGB

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

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

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

R = 18.09%
G = 0.53%
B = 81.38%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#220199 (or 0x220199) is known color: Ultramarine. HEX triplet: 22, 01 and 99. RGB value is (34,1,153). Sum of RGB (Red+Green+Blue) = 34+1+153=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 153 (60.16% from 255 or 81.38% from 188); Max value from RGB is 153 - color contains mainly: blue. Hex color #220199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220199 is #DDFE66. Grayscale: #1B1B1B. Windows color (decimal): -14548583 or 10027298. OLE color: 10027298.

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

Color convert

RGB 34 1 153 -
CMYK 0.78 0.99 0 0.4
HSL 253.03º 0.99% 0.3% -
HSV(B) 253.03º 0.99% 0.6% -
XYZ 6.42 2.66 30.31 -
YUV 28.2 198.43 132.14 -
System Red Green Blue C M Y K H S L
Decimal 34 1 153 0.78 0.99 0 0.4 253.03 0.99 0.3
Hex 22 1 99 4E 63 0 28 FD 63 1E
Octal 42 1 231 116 143 0 50 375 143 36
Binary 100010 1 10011001 1001110 1100011 0 101000 11111101 1100011 11110

Color Harmonies of #220199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220199

Black with #220199

Text Example


Text Example

White with #220199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220199; }

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

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

background-color css

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

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

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

border-color css

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

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

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