Html Css Color HEX #20195A Paua

📋 copy color: '#20195A'

red 32 ◦ green 25 ◦ blue 90

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

Shades of Paua #20195A

Tints of Paua #20195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 61.22%

R = 21.77%
G = 17.01%
B = 61.22%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#20195A (or 0x20195A) is known color: Paua. HEX triplet: 20, 19 and 5A. RGB value is (32,25,90). Sum of RGB (Red+Green+Blue) = 32+25+90=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #20195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20195A is #DFE6A5. Grayscale: #222222. Windows color (decimal): -14673574 or 5904672. OLE color: 5904672.

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

Color convert

RGB 32 25 90 -
CMYK 0.64 0.72 0 0.65
HSL 246.46º 0.57% 0.23% -
HSV(B) 246.46º 0.72% 0.35% -
XYZ 2.79 1.74 9.86 -
YUV 34.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 32 25 90 0.64 0.72 0 0.65 246.46 0.57 0.23
Hex 20 19 5A 40 48 0 41 F6 39 17
Octal 40 31 132 100 110 0 101 366 71 27
Binary 100000 11001 1011010 1000000 1001000 0 1000001 11110110 111001 10111

Color Harmonies of #20195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20195A

Black with #20195A

Text Example


Text Example

White with #20195A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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