Html Css Color HEX #20139D Ultramarine

📋 copy color: '#20139D'

red 32 ◦ green 19 ◦ blue 157

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

Shades of Ultramarine #20139D

Tints of Ultramarine #20139D

RGB

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

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

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

R = 15.38%
G = 9.13%
B = 75.48%

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

#20139D (or 0x20139D) is known color: Ultramarine. HEX triplet: 20, 13 and 9D. RGB value is (32,19,157). Sum of RGB (Red+Green+Blue) = 32+19+157=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 157 (61.72% from 255 or 75.48% from 208); Max value from RGB is 157 - color contains mainly: blue. Hex color #20139D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20139D is #DFEC62. Grayscale: #262626. Windows color (decimal): -14675043 or 10294048. OLE color: 10294048.

HSL color Cylindrical-coordinate representation of color #20139D: hue angle of 245.65º degrees, saturation: 0.78, 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 #20139D is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 19 157 -
CMYK 0.80 0.88 0 0.38
HSL 245.65º 0.78% 0.35% -
HSV(B) 245.65º 0.88% 0.62% -
XYZ 6.91 3.21 32.15 -
YUV 38.62 194.81 123.28 -
System Red Green Blue C M Y K H S L
Decimal 32 19 157 0.80 0.88 0 0.38 245.65 0.78 0.35
Hex 20 13 9D 50 58 0 26 F6 4E 23
Octal 40 23 235 120 130 0 46 366 116 43
Binary 100000 10011 10011101 1010000 1011000 0 100110 11110110 1001110 100011

Color Harmonies of #20139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20139D

Black with #20139D

Text Example


Text Example

White with #20139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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