#201B4F

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

Shades of Paua #201B4F

Tints of Paua #201B4F

Color information

#201B4F (or 0x201B4F) is unknown color: approx Paua. HEX triplet: 20, 1B and 4F. RGB value is (32,27,79). Sum of RGB (Red+Green+Blue) = 32+27+79=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 79 (31.25% from 255 or 57.25% from 138); Max value from RGB is 79 - color contains mainly: blue. Hex color #201B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B4F is #DFE4B0. Grayscale: #222222. Windows color (decimal): -14673073 or 5184288. OLE color: 5184288.

HSL color Cylindrical-coordinate representation of color #201B4F: hue angle of 245.77º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #201B4F is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB322779-
CMYK0.590.6600.69
HSL245.77º49.06%20.78%-
HSV(B)245.77º65.82%30.98%-
XYZ2.41.667.59-
YUV34.42153.16126.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.19%
GREEN value IS 27 (10.94% from 255) = 19.57%
BLUE value IS 79 (31.25% from 255) = 57.25%
R=23.19%
G=19.57%
B=57.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3227790.590.6600.69245.7749.0620.78
Hex201B4F3B42045f63115
Octal40331177310201053666125
Binary1000001101110011111110111000010010001011111011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201B4F; }

 p { color: rgb(32,27,79); }

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

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

 a { background-color: rgb(32,27,79); }

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

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

 span { border-color: rgb(32,27,79); }

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