Html Css Color HEX #221393 Ultramarine

📋 copy color: '#221393'

red 34 ◦ green 19 ◦ blue 147

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

Shades of Ultramarine #221393

Tints of Ultramarine #221393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.5%

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

R = 17%
G = 9.5%
B = 73.5%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#221393 (or 0x221393) is known color: Ultramarine. HEX triplet: 22, 13 and 93. RGB value is (34,19,147). Sum of RGB (Red+Green+Blue) = 34+19+147=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #221393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221393 is #DDEC6C. Grayscale: #252525. Windows color (decimal): -14543981 or 9638690. OLE color: 9638690.

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

Color convert

RGB 34 19 147 -
CMYK 0.77 0.87 0 0.42
HSL 247.03º 0.77% 0.33% -
HSV(B) 247.03º 0.87% 0.58% -
XYZ 6.16 2.91 27.84 -
YUV 38.08 189.47 125.09 -
System Red Green Blue C M Y K H S L
Decimal 34 19 147 0.77 0.87 0 0.42 247.03 0.77 0.33
Hex 22 13 93 4D 57 0 2A F7 4D 21
Octal 42 23 223 115 127 0 52 367 115 41
Binary 100010 10011 10010011 1001101 1010111 0 101010 11110111 1001101 100001

Color Harmonies of #221393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221393

Black with #221393

Text Example


Text Example

White with #221393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221393; }

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

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

background-color css

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

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

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

border-color css

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

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

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