Html Css Color HEX #20195D Paua

📋 copy color: '#20195D'

red 32 ◦ green 25 ◦ blue 93

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

Shades of Paua #20195D

Tints of Paua #20195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 62%

R = 21.33%
G = 16.67%
B = 62%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20195D (or 0x20195D) is known color: Paua. HEX triplet: 20, 19 and 5D. RGB value is (32,25,93). Sum of RGB (Red+Green+Blue) = 32+25+93=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #20195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20195D is #DFE6A2. Grayscale: #222222. Windows color (decimal): -14673571 or 6101280. OLE color: 6101280.

HSL color Cylindrical-coordinate representation of color #20195D: hue angle of 246.18º degrees, saturation: 0.58, 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 #20195D is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 25 93 -
CMYK 0.66 0.73 0 0.64
HSL 246.18º 0.58% 0.23% -
HSV(B) 246.18º 0.73% 0.36% -
XYZ 2.92 1.79 10.55 -
YUV 34.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 32 25 93 0.66 0.73 0 0.64 246.18 0.58 0.23
Hex 20 19 5D 42 49 0 40 F6 3A 17
Octal 40 31 135 102 111 0 100 366 72 27
Binary 100000 11001 1011101 1000010 1001001 0 1000000 11110110 111010 10111

Color Harmonies of #20195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20195D

Black with #20195D

Text Example


Text Example

White with #20195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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