#20159C

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

Shades of Ultramarine #20159C

Tints of Ultramarine #20159C

Color information

#20159C (or 0x20159C) is unknown color: approx Ultramarine. HEX triplet: 20, 15 and 9C. RGB value is (32,21,156). Sum of RGB (Red+Green+Blue) = 32+21+156=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 156 (61.33% from 255 or 74.64% from 209); Max value from RGB is 156 - color contains mainly: blue. Hex color #20159C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20159C is #DFEA63. Grayscale: #272727. Windows color (decimal): -14674532 or 10229024. OLE color: 10229024.

HSL color Cylindrical-coordinate representation of color #20159C: hue angle of 244.89º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20159C is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3221156-
CMYK0.790.8700.39
HSL244.89º76.27%34.71%-
HSV(B)244.89º86.54%61.18%-
XYZ6.863.2431.72-
YUV39.68193.64122.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.31%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 156 (61.33% from 255) = 74.64%
R=15.31%
G=10.05%
B=74.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal32211560.790.8700.39244.8976.2734.71
Hex20159C4F57027f54c23
Octal402523411712704736511443
Binary1000001010110011100100111110101110100111111101011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20159C; }

 p { color: rgb(32,21,156); }

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

<style>
 a { background-color: #20159C; }

 a { background-color: rgb(32,21,156); }

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

<style>
 span { border-color: #20159C; }

 span { border-color: rgb(32,21,156); }

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