Html Css Color HEX #221183 Ultramarine

📋 copy color: '#221183'

red 34 ◦ green 17 ◦ blue 131

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

Shades of Ultramarine #221183

Tints of Ultramarine #221183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 71.98%

R = 18.68%
G = 9.34%
B = 71.98%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#221183 (or 0x221183) is known color: Ultramarine. HEX triplet: 22, 11 and 83. RGB value is (34,17,131). Sum of RGB (Red+Green+Blue) = 34+17+131=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 131 (51.56% from 255 or 71.98% from 182); Max value from RGB is 131 - color contains mainly: blue. Hex color #221183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221183 is #DDEE7C. Grayscale: #222222. Windows color (decimal): -14544509 or 8589602. OLE color: 8589602.

HSL color Cylindrical-coordinate representation of color #221183: hue angle of 248.95º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221183 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 34 17 131 -
CMYK 0.74 0.87 0 0.49
HSL 248.95º 0.77% 0.29% -
HSV(B) 248.95º 0.87% 0.51% -
XYZ 4.96 2.38 21.67 -
YUV 35.08 182.13 127.23 -
System Red Green Blue C M Y K H S L
Decimal 34 17 131 0.74 0.87 0 0.49 248.95 0.77 0.29
Hex 22 11 83 4A 57 0 31 F9 4D 1D
Octal 42 21 203 112 127 0 61 371 115 35
Binary 100010 10001 10000011 1001010 1010111 0 110001 11111001 1001101 11101

Color Harmonies of #221183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221183

Black with #221183

Text Example


Text Example

White with #221183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221183; }

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

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

background-color css

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

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

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

border-color css

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

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

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