Html Css Color HEX #201859 Paua

📋 copy color: '#201859'

red 32 ◦ green 24 ◦ blue 89

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

Shades of Paua #201859

Tints of Paua #201859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.55%

 BLUE value IS 89 (35.16% from 255) = 61.38%

R = 22.07%
G = 16.55%
B = 61.38%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#201859 (or 0x201859) is known color: Paua. HEX triplet: 20, 18 and 59. RGB value is (32,24,89). Sum of RGB (Red+Green+Blue) = 32+24+89=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #201859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201859 is #DFE7A6. Grayscale: #212121. Windows color (decimal): -14673831 or 5838880. OLE color: 5838880.

HSL color Cylindrical-coordinate representation of color #201859: hue angle of 247.38º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #201859 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 24 89 -
CMYK 0.64 0.73 0 0.65
HSL 247.38º 0.58% 0.22% -
HSV(B) 247.38º 0.73% 0.35% -
XYZ 2.73 1.68 9.63 -
YUV 33.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 32 24 89 0.64 0.73 0 0.65 247.38 0.58 0.22
Hex 20 18 59 40 49 0 41 F7 3A 16
Octal 40 30 131 100 111 0 101 367 72 26
Binary 100000 11000 1011001 1000000 1001001 0 1000001 11110111 111010 10110

Color Harmonies of #201859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201859

Black with #201859

Text Example


Text Example

White with #201859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201859; }

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

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

background-color css

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

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

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

border-color css

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

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

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