Html Css Color HEX #221096 Ultramarine

📋 copy color: '#221096'

red 34 ◦ green 16 ◦ blue 150

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

Shades of Ultramarine #221096

Tints of Ultramarine #221096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 75%

R = 17%
G = 8%
B = 75%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#221096 (or 0x221096) is known color: Ultramarine. HEX triplet: 22, 10 and 96. RGB value is (34,16,150). Sum of RGB (Red+Green+Blue) = 34+16+150=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 150 (58.98% from 255 or 75% from 200); Max value from RGB is 150 - color contains mainly: blue. Hex color #221096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221096 is #DDEF69. Grayscale: #242424. Windows color (decimal): -14544746 or 9834530. OLE color: 9834530.

HSL color Cylindrical-coordinate representation of color #221096: hue angle of 248.06º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #221096 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 16 150 -
CMYK 0.77 0.89 0 0.41
HSL 248.06º 0.81% 0.33% -
HSV(B) 248.06º 0.89% 0.59% -
XYZ 6.35 2.91 29.08 -
YUV 36.66 191.96 126.1 -
System Red Green Blue C M Y K H S L
Decimal 34 16 150 0.77 0.89 0 0.41 248.06 0.81 0.33
Hex 22 10 96 4D 59 0 29 F8 51 21
Octal 42 20 226 115 131 0 51 370 121 41
Binary 100010 10000 10010110 1001101 1011001 0 101001 11111000 1010001 100001

Color Harmonies of #221096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221096

Black with #221096

Text Example


Text Example

White with #221096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221096; }

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

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

background-color css

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

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

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

border-color css

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

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

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