Html Css Color HEX #20219E Ultramarine

📋 copy color: '#20219E'

red 32 ◦ green 33 ◦ blue 158

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

Shades of Ultramarine #20219E

Tints of Ultramarine #20219E

RGB

 RED value IS 32 (12.89% from 255) = 14.35%

 GREEN value IS 33 (13.28% from 255) = 14.8%

 BLUE value IS 158 (62.11% from 255) = 70.85%

R = 14.35%
G = 14.8%
B = 70.85%

CMYK

 C value IS 0.80

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20219E (or 0x20219E) is known color: Ultramarine. HEX triplet: 20, 21 and 9E. RGB value is (32,33,158). Sum of RGB (Red+Green+Blue) = 32+33+158=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 158 (62.11% from 255 or 70.85% from 223); Max value from RGB is 158 - color contains mainly: blue. Hex color #20219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20219E is #DFDE61. Grayscale: #2E2E2E. Windows color (decimal): -14671458 or 10363168. OLE color: 10363168.

HSL color Cylindrical-coordinate representation of color #20219E: hue angle of 239.52º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20219E is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 33 158 -
CMYK 0.80 0.79 0 0.38
HSL 239.52º 0.66% 0.37% -
HSV(B) 239.52º 0.8% 0.62% -
XYZ 7.31 3.86 32.71 -
YUV 46.95 190.67 117.34 -
System Red Green Blue C M Y K H S L
Decimal 32 33 158 0.80 0.79 0 0.38 239.52 0.66 0.37
Hex 20 21 9E 50 4F 0 26 F0 42 25
Octal 40 41 236 120 117 0 46 360 102 45
Binary 100000 100001 10011110 1010000 1001111 0 100110 11110000 1000010 100101

Color Harmonies of #20219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20219E

Black with #20219E

Text Example


Text Example

White with #20219E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20219E; }

 p { color: rgb(32,33,158); }

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

background-color css

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

 a { background-color: rgb(32,33,158); }

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

border-color css

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

 span { border-color: rgb(32,33,158); }

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