Html Css Color HEX #20139E Ultramarine

📋 copy color: '#20139E'

red 32 ◦ green 19 ◦ blue 158

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

Shades of Ultramarine #20139E

Tints of Ultramarine #20139E

RGB

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

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

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

R = 15.31%
G = 9.09%
B = 75.6%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20139E (or 0x20139E) is known color: Ultramarine. HEX triplet: 20, 13 and 9E. RGB value is (32,19,158). Sum of RGB (Red+Green+Blue) = 32+19+158=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 158 (62.11% from 255 or 75.60% from 209); Max value from RGB is 158 - color contains mainly: blue. Hex color #20139E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20139E is #DFEC61. Grayscale: #262626. Windows color (decimal): -14675042 or 10359584. OLE color: 10359584.

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

Color convert

RGB 32 19 158 -
CMYK 0.80 0.88 0 0.38
HSL 245.61º 0.79% 0.35% -
HSV(B) 245.61º 0.88% 0.62% -
XYZ 7 3.24 32.6 -
YUV 38.73 195.31 123.2 -
System Red Green Blue C M Y K H S L
Decimal 32 19 158 0.80 0.88 0 0.38 245.61 0.79 0.35
Hex 20 13 9E 50 58 0 26 F6 4F 23
Octal 40 23 236 120 130 0 46 366 117 43
Binary 100000 10011 10011110 1010000 1011000 0 100110 11110110 1001111 100011

Color Harmonies of #20139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20139E

Black with #20139E

Text Example


Text Example

White with #20139E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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