Html Css Color HEX #20195E Paua

📋 copy color: '#20195E'

red 32 ◦ green 25 ◦ blue 94

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

Shades of Paua #20195E

Tints of Paua #20195E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 62.25%

R = 21.19%
G = 16.56%
B = 62.25%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20195E (or 0x20195E) is known color: Paua. HEX triplet: 20, 19 and 5E. RGB value is (32,25,94). Sum of RGB (Red+Green+Blue) = 32+25+94=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 94 (37.11% from 255 or 62.25% from 151); Max value from RGB is 94 - color contains mainly: blue. Hex color #20195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20195E is #DFE6A1. Grayscale: #222222. Windows color (decimal): -14673570 or 6166816. OLE color: 6166816.

HSL color Cylindrical-coordinate representation of color #20195E: hue angle of 246.09º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20195E is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 25 94 -
CMYK 0.66 0.73 0 0.63
HSL 246.09º 0.58% 0.23% -
HSV(B) 246.09º 0.73% 0.37% -
XYZ 2.96 1.81 10.78 -
YUV 34.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 32 25 94 0.66 0.73 0 0.63 246.09 0.58 0.23
Hex 20 19 5E 42 49 0 3F F6 3A 17
Octal 40 31 136 102 111 0 77 366 72 27
Binary 100000 11001 1011110 1000010 1001001 0 111111 11110110 111010 10111

Color Harmonies of #20195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20195E

Black with #20195E

Text Example


Text Example

White with #20195E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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