Html Css Color HEX #20185D Paua

📋 copy color: '#20185D'

red 32 ◦ green 24 ◦ blue 93

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

Shades of Paua #20185D

Tints of Paua #20185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 62.42%

R = 21.48%
G = 16.11%
B = 62.42%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20185D (or 0x20185D) is known color: Paua. HEX triplet: 20, 18 and 5D. RGB value is (32,24,93). Sum of RGB (Red+Green+Blue) = 32+24+93=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #20185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20185D is #DFE7A2. Grayscale: #212121. Windows color (decimal): -14673827 or 6101024. OLE color: 6101024.

HSL color Cylindrical-coordinate representation of color #20185D: hue angle of 246.96º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20185D is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 24 93 -
CMYK 0.66 0.74 0 0.64
HSL 246.96º 0.59% 0.23% -
HSV(B) 246.96º 0.74% 0.36% -
XYZ 2.9 1.75 10.54 -
YUV 34.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 32 24 93 0.66 0.74 0 0.64 246.96 0.59 0.23
Hex 20 18 5D 42 4A 0 40 F7 3B 17
Octal 40 30 135 102 112 0 100 367 73 27
Binary 100000 11000 1011101 1000010 1001010 0 1000000 11110111 111011 10111

Color Harmonies of #20185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20185D

Black with #20185D

Text Example


Text Example

White with #20185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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