Html Css Color HEX #221091 Ultramarine

📋 copy color: '#221091'

red 34 ◦ green 16 ◦ blue 145

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

Shades of Ultramarine #221091

Tints of Ultramarine #221091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 74.36%

R = 17.44%
G = 8.21%
B = 74.36%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#221091 (or 0x221091) is known color: Ultramarine. HEX triplet: 22, 10 and 91. RGB value is (34,16,145). Sum of RGB (Red+Green+Blue) = 34+16+145=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 145 (57.03% from 255 or 74.36% from 195); Max value from RGB is 145 - color contains mainly: blue. Hex color #221091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221091 is #DDEF6E. Grayscale: #232323. Windows color (decimal): -14544751 or 9506850. OLE color: 9506850.

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

Color convert

RGB 34 16 145 -
CMYK 0.77 0.89 0 0.43
HSL 248.37º 0.8% 0.32% -
HSV(B) 248.37º 0.89% 0.57% -
XYZ 5.96 2.75 27.01 -
YUV 36.09 189.46 126.51 -
System Red Green Blue C M Y K H S L
Decimal 34 16 145 0.77 0.89 0 0.43 248.37 0.8 0.32
Hex 22 10 91 4D 59 0 2B F8 50 20
Octal 42 20 221 115 131 0 53 370 120 40
Binary 100010 10000 10010001 1001101 1011001 0 101011 11111000 1010000 100000

Color Harmonies of #221091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221091

Black with #221091

Text Example


Text Example

White with #221091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221091; }

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

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

background-color css

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

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

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

border-color css

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

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

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