Html Css Color HEX #221192 Ultramarine

📋 copy color: '#221192'

red 34 ◦ green 17 ◦ blue 146

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

Shades of Ultramarine #221192

Tints of Ultramarine #221192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 74.11%

R = 17.26%
G = 8.63%
B = 74.11%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#221192 (or 0x221192) is known color: Ultramarine. HEX triplet: 22, 11 and 92. RGB value is (34,17,146). Sum of RGB (Red+Green+Blue) = 34+17+146=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 146 (57.42% from 255 or 74.11% from 197); Max value from RGB is 146 - color contains mainly: blue. Hex color #221192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221192 is #DDEE6D. Grayscale: #242424. Windows color (decimal): -14544494 or 9572642. OLE color: 9572642.

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

Color convert

RGB 34 17 146 -
CMYK 0.77 0.88 0 0.43
HSL 247.91º 0.79% 0.32% -
HSV(B) 247.91º 0.88% 0.57% -
XYZ 6.05 2.82 27.42 -
YUV 36.79 189.63 126.01 -
System Red Green Blue C M Y K H S L
Decimal 34 17 146 0.77 0.88 0 0.43 247.91 0.79 0.32
Hex 22 11 92 4D 58 0 2B F8 4F 20
Octal 42 21 222 115 130 0 53 370 117 40
Binary 100010 10001 10010010 1001101 1011000 0 101011 11111000 1001111 100000

Color Harmonies of #221192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221192

Black with #221192

Text Example


Text Example

White with #221192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221192; }

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

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

background-color css

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

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

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

border-color css

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

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

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