Html Css Color HEX #20185A Paua

📋 copy color: '#20185A'

red 32 ◦ green 24 ◦ blue 90

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

Shades of Paua #20185A

Tints of Paua #20185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.44%

 BLUE value IS 90 (35.55% from 255) = 61.64%

R = 21.92%
G = 16.44%
B = 61.64%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#20185A (or 0x20185A) is known color: Paua. HEX triplet: 20, 18 and 5A. RGB value is (32,24,90). Sum of RGB (Red+Green+Blue) = 32+24+90=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #20185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20185A is #DFE7A5. Grayscale: #212121. Windows color (decimal): -14673830 or 5904416. OLE color: 5904416.

HSL color Cylindrical-coordinate representation of color #20185A: hue angle of 247.27º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20185A is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 24 90 -
CMYK 0.64 0.73 0 0.65
HSL 247.27º 0.58% 0.22% -
HSV(B) 247.27º 0.73% 0.35% -
XYZ 2.77 1.7 9.85 -
YUV 33.92 159.65 126.63 -
System Red Green Blue C M Y K H S L
Decimal 32 24 90 0.64 0.73 0 0.65 247.27 0.58 0.22
Hex 20 18 5A 40 49 0 41 F7 3A 16
Octal 40 30 132 100 111 0 101 367 72 26
Binary 100000 11000 1011010 1000000 1001001 0 1000001 11110111 111010 10110

Color Harmonies of #20185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20185A

Black with #20185A

Text Example


Text Example

White with #20185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20185A; }

 p { color: rgb(32,24,90); }

 H1.HeaderClassName
 {
   color: #20185A;
 }
 .AnyTagClassName
 {
   color: #20185A;
 }
</style>

background-color css

<style>
 a { background-color: #20185A; }

 a { background-color: rgb(32,24,90); }

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

border-color css

<style>
 span { border-color: #20185A; }

 span { border-color: rgb(32,24,90); }

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