#20199D

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

Shades of Ultramarine #20199D

Tints of Ultramarine #20199D

Color information

#20199D (or 0x20199D) is unknown color: approx Ultramarine. HEX triplet: 20, 19 and 9D. RGB value is (32,25,157). Sum of RGB (Red+Green+Blue) = 32+25+157=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #20199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20199D is #DFE662. Grayscale: #292929. Windows color (decimal): -14673507 or 10295584. OLE color: 10295584.

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

Color convert

RGB3225157-
CMYK0.800.8400.38
HSL243.18º72.53%35.69%-
HSV(B)243.18º84.08%61.57%-
XYZ7.033.4432.19-
YUV42.14192.82120.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.95%
GREEN value IS 25 (10.16% from 255) = 11.68%
BLUE value IS 157 (61.72% from 255) = 73.36%
R=14.95%
G=11.68%
B=73.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32251570.800.8400.38243.1872.5335.69
Hex20199D5054026f34924
Octal403123512012404636311144
Binary1000001100110011101101000010101000100110111100111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20199D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20199D;
 }
 .AnyTagClassName
 {
   color: #20199D;
 }
</style>
background-color css

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

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

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

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

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

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