Html Css Color HEX #221092 Ultramarine

📋 copy color: '#221092'

red 34 ◦ green 16 ◦ blue 146

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

Shades of Ultramarine #221092

Tints of Ultramarine #221092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 74.49%

R = 17.35%
G = 8.16%
B = 74.49%

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

#221092 (or 0x221092) is known color: Ultramarine. HEX triplet: 22, 10 and 92. RGB value is (34,16,146). Sum of RGB (Red+Green+Blue) = 34+16+146=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 146 (57.42% from 255 or 74.49% from 196); Max value from RGB is 146 - color contains mainly: blue. Hex color #221092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221092 is #DDEF6D. Grayscale: #232323. Windows color (decimal): -14544750 or 9572386. OLE color: 9572386.

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

Color convert

RGB 34 16 146 -
CMYK 0.77 0.89 0 0.43
HSL 248.31º 0.8% 0.32% -
HSV(B) 248.31º 0.89% 0.57% -
XYZ 6.03 2.79 27.41 -
YUV 36.2 189.96 126.43 -
System Red Green Blue C M Y K H S L
Decimal 34 16 146 0.77 0.89 0 0.43 248.31 0.8 0.32
Hex 22 10 92 4D 59 0 2B F8 50 20
Octal 42 20 222 115 131 0 53 370 120 40
Binary 100010 10000 10010010 1001101 1011001 0 101011 11111000 1010000 100000

Color Harmonies of #221092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221092

Black with #221092

Text Example


Text Example

White with #221092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221092; }

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

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

background-color css

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

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

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

border-color css

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

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

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