Html Css Color HEX #20119D Ultramarine

📋 copy color: '#20119D'

red 32 ◦ green 17 ◦ blue 157

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

Shades of Ultramarine #20119D

Tints of Ultramarine #20119D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.25%

 BLUE value IS 157 (61.72% from 255) = 76.21%

R = 15.53%
G = 8.25%
B = 76.21%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20119D (or 0x20119D) is known color: Ultramarine. HEX triplet: 20, 11 and 9D. RGB value is (32,17,157). Sum of RGB (Red+Green+Blue) = 32+17+157=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #20119D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20119D is #DFEE62. Grayscale: #242424. Windows color (decimal): -14675555 or 10293536. OLE color: 10293536.

HSL color Cylindrical-coordinate representation of color #20119D: hue angle of 246.43º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20119D is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 17 157 -
CMYK 0.80 0.89 0 0.38
HSL 246.43º 0.8% 0.34% -
HSV(B) 246.43º 0.89% 0.62% -
XYZ 6.88 3.14 32.14 -
YUV 37.45 195.47 124.12 -
System Red Green Blue C M Y K H S L
Decimal 32 17 157 0.80 0.89 0 0.38 246.43 0.8 0.34
Hex 20 11 9D 50 59 0 26 F6 50 22
Octal 40 21 235 120 131 0 46 366 120 42
Binary 100000 10001 10011101 1010000 1011001 0 100110 11110110 1010000 100010

Color Harmonies of #20119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20119D

Black with #20119D

Text Example


Text Example

White with #20119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20119D; }

 p { color: rgb(32,17,157); }

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

background-color css

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

 a { background-color: rgb(32,17,157); }

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

border-color css

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

 span { border-color: rgb(32,17,157); }

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