Html Css Color HEX #221089 Ultramarine

📋 copy color: '#221089'

red 34 ◦ green 16 ◦ blue 137

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

Shades of Ultramarine #221089

Tints of Ultramarine #221089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 73.26%

R = 18.18%
G = 8.56%
B = 73.26%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#221089 (or 0x221089) is known color: Ultramarine. HEX triplet: 22, 10 and 89. RGB value is (34,16,137). Sum of RGB (Red+Green+Blue) = 34+16+137=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #221089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221089 is #DDEF76. Grayscale: #222222. Windows color (decimal): -14544759 or 8982562. OLE color: 8982562.

HSL color Cylindrical-coordinate representation of color #221089: hue angle of 248.93º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221089 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 34 16 137 -
CMYK 0.75 0.88 0 0.46
HSL 248.93º 0.79% 0.3% -
HSV(B) 248.93º 0.88% 0.54% -
XYZ 5.36 2.52 23.87 -
YUV 35.18 185.46 127.16 -
System Red Green Blue C M Y K H S L
Decimal 34 16 137 0.75 0.88 0 0.46 248.93 0.79 0.3
Hex 22 10 89 4B 58 0 2E F9 4F 1E
Octal 42 20 211 113 130 0 56 371 117 36
Binary 100010 10000 10001001 1001011 1011000 0 101110 11111001 1001111 11110

Color Harmonies of #221089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221089

Black with #221089

Text Example


Text Example

White with #221089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221089; }

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

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

background-color css

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

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

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

border-color css

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

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

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