Html Css Color HEX #201057 Paua

📋 copy color: '#201057'

red 32 ◦ green 16 ◦ blue 87

#201057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #201057

Tints of Paua #201057

RGB

 RED value IS 32 (12.89% from 255) = 23.7%

 GREEN value IS 16 (6.64% from 255) = 11.85%

 BLUE value IS 87 (34.38% from 255) = 64.44%

R = 23.7%
G = 11.85%
B = 64.44%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#201057 (or 0x201057) is known color: Paua. HEX triplet: 20, 10 and 57. RGB value is (32,16,87). Sum of RGB (Red+Green+Blue) = 32+16+87=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 87 (34.38% from 255 or 64.44% from 135); Max value from RGB is 87 - color contains mainly: blue. Hex color #201057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201057 is #DFEFA8. Grayscale: #1C1C1C. Windows color (decimal): -14675881 or 5705760. OLE color: 5705760.

HSL color Cylindrical-coordinate representation of color #201057: hue angle of 253.52º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201057 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 32 16 87 -
CMYK 0.63 0.82 0 0.66
HSL 253.52º 0.69% 0.2% -
HSV(B) 253.52º 0.82% 0.34% -
XYZ 2.5 1.37 9.15 -
YUV 28.88 160.8 130.23 -
System Red Green Blue C M Y K H S L
Decimal 32 16 87 0.63 0.82 0 0.66 253.52 0.69 0.2
Hex 20 10 57 3F 52 0 42 FE 45 14
Octal 40 20 127 77 122 0 102 376 105 24
Binary 100000 10000 1010111 111111 1010010 0 1000010 11111110 1000101 10100

Color Harmonies of #201057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201057

Black with #201057

Text Example


Text Example

White with #201057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201057; }

 p { color: rgb(32,16,87); }

 H1.HeaderClassName
 {
   color: #201057;
 }
 .AnyTagClassName
 {
   color: #201057;
 }
</style>

background-color css

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

 a { background-color: rgb(32,16,87); }

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

border-color css

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

 span { border-color: rgb(32,16,87); }

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