Html Css Color HEX #20194B Paua

📋 copy color: '#20194B'

red 32 ◦ green 25 ◦ blue 75

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

Shades of Paua #20194B

Tints of Paua #20194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 56.82%

R = 24.24%
G = 18.94%
B = 56.82%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#20194B (or 0x20194B) is known color: Paua. HEX triplet: 20, 19 and 4B. RGB value is (32,25,75). Sum of RGB (Red+Green+Blue) = 32+25+75=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #20194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20194B is #DFE6B4. Grayscale: #202020. Windows color (decimal): -14673589 or 4921632. OLE color: 4921632.

HSL color Cylindrical-coordinate representation of color #20194B: hue angle of 248.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #20194B is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 25 75 -
CMYK 0.57 0.67 0 0.71
HSL 248.4º 0.5% 0.2% -
HSV(B) 248.4º 0.67% 0.29% -
XYZ 2.21 1.51 6.83 -
YUV 32.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 32 25 75 0.57 0.67 0 0.71 248.4 0.5 0.2
Hex 20 19 4B 39 43 0 47 F8 32 14
Octal 40 31 113 71 103 0 107 370 62 24
Binary 100000 11001 1001011 111001 1000011 0 1000111 11111000 110010 10100

Color Harmonies of #20194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20194B

Black with #20194B

Text Example


Text Example

White with #20194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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