Html Css Color HEX #20195C Paua

📋 copy color: '#20195C'

red 32 ◦ green 25 ◦ blue 92

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

Shades of Paua #20195C

Tints of Paua #20195C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.78%

 BLUE value IS 92 (36.33% from 255) = 61.74%

R = 21.48%
G = 16.78%
B = 61.74%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20195C (or 0x20195C) is known color: Paua. HEX triplet: 20, 19 and 5C. RGB value is (32,25,92). Sum of RGB (Red+Green+Blue) = 32+25+92=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #20195C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20195C is #DFE6A3. Grayscale: #222222. Windows color (decimal): -14673572 or 6035744. OLE color: 6035744.

HSL color Cylindrical-coordinate representation of color #20195C: hue angle of 246.27º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20195C is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 25 92 -
CMYK 0.65 0.73 0 0.64
HSL 246.27º 0.57% 0.23% -
HSV(B) 246.27º 0.73% 0.36% -
XYZ 2.88 1.78 10.32 -
YUV 34.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 32 25 92 0.65 0.73 0 0.64 246.27 0.57 0.23
Hex 20 19 5C 41 49 0 40 F6 39 17
Octal 40 31 134 101 111 0 100 366 71 27
Binary 100000 11001 1011100 1000001 1001001 0 1000000 11110110 111001 10111

Color Harmonies of #20195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20195C

Black with #20195C

Text Example


Text Example

White with #20195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20195C; }

 p { color: rgb(32,25,92); }

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

background-color css

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

 a { background-color: rgb(32,25,92); }

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

border-color css

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

 span { border-color: rgb(32,25,92); }

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