#204053

Color #204053 Nile Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nile Blue #204053

Tints of Nile Blue #204053

Color information

#204053 (or 0x204053) is unknown color: approx Nile Blue. HEX triplet: 20, 40 and 53. RGB value is (32,64,83). Sum of RGB (Red+Green+Blue) = 32+64+83=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 83 - color contains mainly: blue. Hex color #204053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204053 is #DFBFAC. Grayscale: #383838. Windows color (decimal): -14663597 or 5455904. OLE color: 5455904.

HSL color Cylindrical-coordinate representation of color #204053: hue angle of 202.35º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #204053 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB326483-
CMYK0.610.2300.67
HSL202.35º44.35%22.55%-
HSV(B)202.35º61.45%32.55%-
XYZ3.994.68.86-
YUV56.6142.9110.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.88%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 83 (32.81% from 255) = 46.37%
R=17.88%
G=35.75%
B=46.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3264830.610.2300.67202.3544.3522.55
Hex2040533D17043ca2c17
Octal40100123752701033125427
Binary1000001000000101001111110110111010000111100101010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204053; }

 p { color: rgb(32,64,83); }

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

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

 a { background-color: rgb(32,64,83); }

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

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

 span { border-color: rgb(32,64,83); }

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