Html Css Color HEX #20194E Paua

📋 copy color: '#20194E'

red 32 ◦ green 25 ◦ blue 78

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

Shades of Paua #20194E

Tints of Paua #20194E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 57.78%

R = 23.7%
G = 18.52%
B = 57.78%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#20194E (or 0x20194E) is known color: Paua. HEX triplet: 20, 19 and 4E. RGB value is (32,25,78). Sum of RGB (Red+Green+Blue) = 32+25+78=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 78 (30.86% from 255 or 57.78% from 135); Max value from RGB is 78 - color contains mainly: blue. Hex color #20194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20194E is #DFE6B1. Grayscale: #202020. Windows color (decimal): -14673586 or 5118240. OLE color: 5118240.

HSL color Cylindrical-coordinate representation of color #20194E: hue angle of 247.92º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #20194E is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 25 78 -
CMYK 0.59 0.68 0 0.69
HSL 247.92º 0.51% 0.2% -
HSV(B) 247.92º 0.68% 0.31% -
XYZ 2.32 1.55 7.39 -
YUV 33.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 32 25 78 0.59 0.68 0 0.69 247.92 0.51 0.2
Hex 20 19 4E 3B 44 0 45 F8 33 14
Octal 40 31 116 73 104 0 105 370 63 24
Binary 100000 11001 1001110 111011 1000100 0 1000101 11111000 110011 10100

Color Harmonies of #20194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20194E

Black with #20194E

Text Example


Text Example

White with #20194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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