Html Css Color HEX #22119F Ultramarine

📋 copy color: '#22119F'

red 34 ◦ green 17 ◦ blue 159

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

Shades of Ultramarine #22119F

Tints of Ultramarine #22119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 75.71%

R = 16.19%
G = 8.1%
B = 75.71%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#22119F (or 0x22119F) is known color: Ultramarine. HEX triplet: 22, 11 and 9F. RGB value is (34,17,159). Sum of RGB (Red+Green+Blue) = 34+17+159=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 159 (62.5% from 255 or 75.71% from 210); Max value from RGB is 159 - color contains mainly: blue. Hex color #22119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22119F is #DDEE60. Grayscale: #252525. Windows color (decimal): -14544481 or 10424610. OLE color: 10424610.

HSL color Cylindrical-coordinate representation of color #22119F: hue angle of 247.18º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #22119F is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 34 17 159 -
CMYK 0.79 0.89 0 0.38
HSL 247.18º 0.81% 0.35% -
HSV(B) 247.18º 0.89% 0.62% -
XYZ 7.12 3.24 33.05 -
YUV 38.27 196.13 124.95 -
System Red Green Blue C M Y K H S L
Decimal 34 17 159 0.79 0.89 0 0.38 247.18 0.81 0.35
Hex 22 11 9F 4F 59 0 26 F7 51 23
Octal 42 21 237 117 131 0 46 367 121 43
Binary 100010 10001 10011111 1001111 1011001 0 100110 11110111 1010001 100011

Color Harmonies of #22119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22119F

Black with #22119F

Text Example


Text Example

White with #22119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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