Html Css Color HEX #221190 Ultramarine

📋 copy color: '#221190'

red 34 ◦ green 17 ◦ blue 144

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

Shades of Ultramarine #221190

Tints of Ultramarine #221190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.72%

 BLUE value IS 144 (56.64% from 255) = 73.85%

R = 17.44%
G = 8.72%
B = 73.85%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#221190 (or 0x221190) is known color: Ultramarine. HEX triplet: 22, 11 and 90. RGB value is (34,17,144). Sum of RGB (Red+Green+Blue) = 34+17+144=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 144 (56.64% from 255 or 73.85% from 195); Max value from RGB is 144 - color contains mainly: blue. Hex color #221190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221190 is #DDEE6F. Grayscale: #242424. Windows color (decimal): -14544496 or 9441570. OLE color: 9441570.

HSL color Cylindrical-coordinate representation of color #221190: hue angle of 248.03º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221190 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 17 144 -
CMYK 0.76 0.88 0 0.44
HSL 248.03º 0.79% 0.32% -
HSV(B) 248.03º 0.88% 0.56% -
XYZ 5.89 2.75 26.61 -
YUV 36.56 188.63 126.17 -
System Red Green Blue C M Y K H S L
Decimal 34 17 144 0.76 0.88 0 0.44 248.03 0.79 0.32
Hex 22 11 90 4C 58 0 2C F8 4F 20
Octal 42 21 220 114 130 0 54 370 117 40
Binary 100010 10001 10010000 1001100 1011000 0 101100 11111000 1001111 100000

Color Harmonies of #221190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221190

Black with #221190

Text Example


Text Example

White with #221190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221190; }

 p { color: rgb(34,17,144); }

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

background-color css

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

 a { background-color: rgb(34,17,144); }

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

border-color css

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

 span { border-color: rgb(34,17,144); }

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