Html Css Color HEX #221097 Ultramarine

📋 copy color: '#221097'

red 34 ◦ green 16 ◦ blue 151

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

Shades of Ultramarine #221097

Tints of Ultramarine #221097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 75.12%

R = 16.92%
G = 7.96%
B = 75.12%

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

#221097 (or 0x221097) is known color: Ultramarine. HEX triplet: 22, 10 and 97. RGB value is (34,16,151). Sum of RGB (Red+Green+Blue) = 34+16+151=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 151 (59.38% from 255 or 75.12% from 201); Max value from RGB is 151 - color contains mainly: blue. Hex color #221097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221097 is #DDEF68. Grayscale: #242424. Windows color (decimal): -14544745 or 9900066. OLE color: 9900066.

HSL color Cylindrical-coordinate representation of color #221097: hue angle of 248º 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 #221097 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 16 151 -
CMYK 0.77 0.89 0 0.41
HSL 248º 0.81% 0.33% -
HSV(B) 248º 0.89% 0.59% -
XYZ 6.43 2.95 29.51 -
YUV 36.77 192.46 126.02 -
System Red Green Blue C M Y K H S L
Decimal 34 16 151 0.77 0.89 0 0.41 248 0.81 0.33
Hex 22 10 97 4D 59 0 29 F8 51 21
Octal 42 20 227 115 131 0 51 370 121 41
Binary 100010 10000 10010111 1001101 1011001 0 101001 11111000 1010001 100001

Color Harmonies of #221097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221097

Black with #221097

Text Example


Text Example

White with #221097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221097; }

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

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

background-color css

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

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

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

border-color css

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

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

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