Html Css Color HEX #221493 Ultramarine

📋 copy color: '#221493'

red 34 ◦ green 20 ◦ blue 147

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

Shades of Ultramarine #221493

Tints of Ultramarine #221493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.95%

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

R = 16.92%
G = 9.95%
B = 73.13%

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

#221493 (or 0x221493) is known color: Ultramarine. HEX triplet: 22, 14 and 93. RGB value is (34,20,147). Sum of RGB (Red+Green+Blue) = 34+20+147=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #221493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221493 is #DDEB6C. Grayscale: #262626. Windows color (decimal): -14543725 or 9638946. OLE color: 9638946.

HSL color Cylindrical-coordinate representation of color #221493: hue angle of 246.61º degrees, saturation: 0.76, 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 #221493 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 20 147 -
CMYK 0.77 0.86 0 0.42
HSL 246.61º 0.76% 0.33% -
HSV(B) 246.61º 0.86% 0.58% -
XYZ 6.18 2.95 27.85 -
YUV 38.66 189.14 124.67 -
System Red Green Blue C M Y K H S L
Decimal 34 20 147 0.77 0.86 0 0.42 246.61 0.76 0.33
Hex 22 14 93 4D 56 0 2A F7 4C 21
Octal 42 24 223 115 126 0 52 367 114 41
Binary 100010 10100 10010011 1001101 1010110 0 101010 11110111 1001100 100001

Color Harmonies of #221493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221493

Black with #221493

Text Example


Text Example

White with #221493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221493; }

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

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

background-color css

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

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

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

border-color css

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

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

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