#20058C

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

Shades of Ultramarine #20058C

Tints of Ultramarine #20058C

Color information

#20058C (or 0x20058C) is unknown color: approx Ultramarine. HEX triplet: 20, 05 and 8C. RGB value is (32,5,140). Sum of RGB (Red+Green+Blue) = 32+5+140=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 140 (55.08% from 255 or 79.10% from 177); Max value from RGB is 140 - color contains mainly: blue. Hex color #20058C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20058C is #DFFA73. Grayscale: #1B1B1B. Windows color (decimal): -14678644 or 9176352. OLE color: 9176352.

HSL color Cylindrical-coordinate representation of color #20058C: hue angle of 252º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20058C is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB325140-
CMYK0.770.9600.45
HSL252º93.1%28.43%-
HSV(B)252º96.43%54.9%-
XYZ5.382.3124.97-
YUV28.46190.95130.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 140 (55.08% from 255) = 79.10%
R=18.08%
G=2.82%
B=79.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3251400.770.9600.4525293.128.43
Hex2058C4D6002Dfc5d1c
Octal40521411514005537413534
Binary1000001011000110010011011100000010110111111100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20058C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,5,140); }

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

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

 a { background-color: rgb(32,5,140); }

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

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

 span { border-color: rgb(32,5,140); }

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