#20185D

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

Shades of Paua #20185D

Tints of Paua #20185D

Color information

#20185D (or 0x20185D) is unknown color: approx Paua. HEX triplet: 20, 18 and 5D. RGB value is (32,24,93). Sum of RGB (Red+Green+Blue) = 32+24+93=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #20185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20185D is #DFE7A2. Grayscale: #212121. Windows color (decimal): -14673827 or 6101024. OLE color: 6101024.

HSL color Cylindrical-coordinate representation of color #20185D: hue angle of 246.96º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20185D is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB322493-
CMYK0.660.7400.64
HSL246.96º58.97%22.94%-
HSV(B)246.96º74.19%36.47%-
XYZ2.91.7510.54-
YUV34.26161.15126.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.48%
GREEN value IS 24 (9.77% from 255) = 16.11%
BLUE value IS 93 (36.72% from 255) = 62.42%
R=21.48%
G=16.11%
B=62.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3224930.660.7400.64246.9658.9722.94
Hex20185D424A040f73b17
Octal403013510211201003677327
Binary10000011000101110110000101001010010000001111011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,24,93); }

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

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

 a { background-color: rgb(32,24,93); }

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

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

 span { border-color: rgb(32,24,93); }

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