Html Css Color HEX #20194F Paua

📋 copy color: '#20194F'

red 32 ◦ green 25 ◦ blue 79

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

Shades of Paua #20194F

Tints of Paua #20194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 58.09%

R = 23.53%
G = 18.38%
B = 58.09%

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

#20194F (or 0x20194F) is known color: Paua. HEX triplet: 20, 19 and 4F. RGB value is (32,25,79). Sum of RGB (Red+Green+Blue) = 32+25+79=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 79 (31.25% from 255 or 58.09% from 136); Max value from RGB is 79 - color contains mainly: blue. Hex color #20194F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20194F is #DFE6B0. Grayscale: #212121. Windows color (decimal): -14673585 or 5183776. OLE color: 5183776.

HSL color Cylindrical-coordinate representation of color #20194F: hue angle of 247.78º degrees, saturation: 0.52, 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 #20194F is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 25 79 -
CMYK 0.59 0.68 0 0.69
HSL 247.78º 0.52% 0.2% -
HSV(B) 247.78º 0.68% 0.31% -
XYZ 2.35 1.57 7.58 -
YUV 33.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 32 25 79 0.59 0.68 0 0.69 247.78 0.52 0.2
Hex 20 19 4F 3B 44 0 45 F8 34 14
Octal 40 31 117 73 104 0 105 370 64 24
Binary 100000 11001 1001111 111011 1000100 0 1000101 11111000 110100 10100

Color Harmonies of #20194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20194F

Black with #20194F

Text Example


Text Example

White with #20194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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