Html Css Color HEX #201257 Paua

📋 copy color: '#201257'

red 32 ◦ green 18 ◦ blue 87

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

Shades of Paua #201257

Tints of Paua #201257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.14%

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

R = 23.36%
G = 13.14%
B = 63.5%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#201257 (or 0x201257) is known color: Paua. HEX triplet: 20, 12 and 57. RGB value is (32,18,87). Sum of RGB (Red+Green+Blue) = 32+18+87=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 87 (34.38% from 255 or 63.50% from 137); Max value from RGB is 87 - color contains mainly: blue. Hex color #201257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201257 is #DFEDA8. Grayscale: #1D1D1D. Windows color (decimal): -14675369 or 5706272. OLE color: 5706272.

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

Color convert

RGB 32 18 87 -
CMYK 0.63 0.79 0 0.66
HSL 252.17º 0.66% 0.21% -
HSV(B) 252.17º 0.79% 0.34% -
XYZ 2.53 1.43 9.16 -
YUV 30.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 32 18 87 0.63 0.79 0 0.66 252.17 0.66 0.21
Hex 20 12 57 3F 4F 0 42 FC 42 15
Octal 40 22 127 77 117 0 102 374 102 25
Binary 100000 10010 1010111 111111 1001111 0 1000010 11111100 1000010 10101

Color Harmonies of #201257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201257

Black with #201257

Text Example


Text Example

White with #201257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201257; }

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

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

background-color css

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

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

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

border-color css

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

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

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