Html Css Color HEX #221099 Ultramarine

📋 copy color: '#221099'

red 34 ◦ green 16 ◦ blue 153

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

Shades of Ultramarine #221099

Tints of Ultramarine #221099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

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

R = 16.75%
G = 7.88%
B = 75.37%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#221099 (or 0x221099) is known color: Ultramarine. HEX triplet: 22, 10 and 99. RGB value is (34,16,153). Sum of RGB (Red+Green+Blue) = 34+16+153=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #221099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221099 is #DDEF66. Grayscale: #242424. Windows color (decimal): -14544743 or 10031138. OLE color: 10031138.

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

Color convert

RGB 34 16 153 -
CMYK 0.78 0.90 0 0.4
HSL 247.88º 0.81% 0.33% -
HSV(B) 247.88º 0.9% 0.6% -
XYZ 6.59 3.01 30.37 -
YUV 37 193.46 125.86 -
System Red Green Blue C M Y K H S L
Decimal 34 16 153 0.78 0.90 0 0.4 247.88 0.81 0.33
Hex 22 10 99 4E 5A 0 28 F8 51 21
Octal 42 20 231 116 132 0 50 370 121 41
Binary 100010 10000 10011001 1001110 1011010 0 101000 11111000 1010001 100001

Color Harmonies of #221099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221099

Black with #221099

Text Example


Text Example

White with #221099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221099; }

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

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

background-color css

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

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

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

border-color css

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

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

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