Html Css Color HEX #221093 Ultramarine

📋 copy color: '#221093'

red 34 ◦ green 16 ◦ blue 147

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

Shades of Ultramarine #221093

Tints of Ultramarine #221093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 74.62%

R = 17.26%
G = 8.12%
B = 74.62%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#221093 (or 0x221093) is known color: Ultramarine. HEX triplet: 22, 10 and 93. RGB value is (34,16,147). Sum of RGB (Red+Green+Blue) = 34+16+147=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 147 (57.81% from 255 or 74.62% from 197); Max value from RGB is 147 - color contains mainly: blue. Hex color #221093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221093 is #DDEF6C. Grayscale: #232323. Windows color (decimal): -14544749 or 9637922. OLE color: 9637922.

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

Color convert

RGB 34 16 147 -
CMYK 0.77 0.89 0 0.42
HSL 248.24º 0.8% 0.32% -
HSV(B) 248.24º 0.89% 0.58% -
XYZ 6.11 2.82 27.83 -
YUV 36.32 190.46 126.35 -
System Red Green Blue C M Y K H S L
Decimal 34 16 147 0.77 0.89 0 0.42 248.24 0.8 0.32
Hex 22 10 93 4D 59 0 2A F8 50 20
Octal 42 20 223 115 131 0 52 370 120 40
Binary 100010 10000 10010011 1001101 1011001 0 101010 11111000 1010000 100000

Color Harmonies of #221093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221093

Black with #221093

Text Example


Text Example

White with #221093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221093; }

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

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

background-color css

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

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

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

border-color css

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

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

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