Html Css Color HEX #221593 Ultramarine

📋 copy color: '#221593'

red 34 ◦ green 21 ◦ blue 147

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

Shades of Ultramarine #221593

Tints of Ultramarine #221593

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

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

R = 16.83%
G = 10.4%
B = 72.77%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#221593 (or 0x221593) is known color: Ultramarine. HEX triplet: 22, 15 and 93. RGB value is (34,21,147). Sum of RGB (Red+Green+Blue) = 34+21+147=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 147 (57.81% from 255 or 72.77% from 202); Max value from RGB is 147 - color contains mainly: blue. Hex color #221593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221593 is #DDEA6C. Grayscale: #262626. Windows color (decimal): -14543469 or 9639202. OLE color: 9639202.

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

Color convert

RGB 34 21 147 -
CMYK 0.77 0.86 0 0.42
HSL 246.19º 0.75% 0.33% -
HSV(B) 246.19º 0.86% 0.58% -
XYZ 6.19 2.98 27.85 -
YUV 39.25 188.81 124.25 -
System Red Green Blue C M Y K H S L
Decimal 34 21 147 0.77 0.86 0 0.42 246.19 0.75 0.33
Hex 22 15 93 4D 56 0 2A F6 4B 21
Octal 42 25 223 115 126 0 52 366 113 41
Binary 100010 10101 10010011 1001101 1010110 0 101010 11110110 1001011 100001

Color Harmonies of #221593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221593

Black with #221593

Text Example


Text Example

White with #221593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221593; }

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

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

background-color css

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

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

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

border-color css

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

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

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