#20139D

Color #20139D Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #20139D

Tints of Ultramarine #20139D

Color information

#20139D (or 0x20139D) is unknown color: approx 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

RGB3219157-
CMYK0.800.8800.38
HSL245.65º78.41%34.51%-
HSV(B)245.65º87.9%61.57%-
XYZ6.913.2132.15-
YUV38.62194.81123.28-

RGB Variations

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

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 (Cyan) values IS 0.80
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32191570.800.8800.38245.6578.4134.51
Hex20139D5058026f64e23
Octal402323512013004636611643
Binary1000001001110011101101000010110000100110111101101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20139D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>