Html Css Color HEX #20125C Paua

📋 copy color: '#20125C'

red 32 ◦ green 18 ◦ blue 92

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

Shades of Paua #20125C

Tints of Paua #20125C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.68%

 BLUE value IS 92 (36.33% from 255) = 64.79%

R = 22.54%
G = 12.68%
B = 64.79%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20125C (or 0x20125C) is known color: Paua. HEX triplet: 20, 12 and 5C. RGB value is (32,18,92). Sum of RGB (Red+Green+Blue) = 32+18+92=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 92 (36.33% from 255 or 64.79% from 142); Max value from RGB is 92 - color contains mainly: blue. Hex color #20125C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20125C is #DFEDA3. Grayscale: #1E1E1E. Windows color (decimal): -14675364 or 6033952. OLE color: 6033952.

HSL color Cylindrical-coordinate representation of color #20125C: hue angle of 251.35º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20125C is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 18 92 -
CMYK 0.65 0.80 0 0.64
HSL 251.35º 0.67% 0.22% -
HSV(B) 251.35º 0.8% 0.36% -
XYZ 2.74 1.51 10.27 -
YUV 30.62 162.64 128.98 -
System Red Green Blue C M Y K H S L
Decimal 32 18 92 0.65 0.80 0 0.64 251.35 0.67 0.22
Hex 20 12 5C 41 50 0 40 FB 43 16
Octal 40 22 134 101 120 0 100 373 103 26
Binary 100000 10010 1011100 1000001 1010000 0 1000000 11111011 1000011 10110

Color Harmonies of #20125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20125C

Black with #20125C

Text Example


Text Example

White with #20125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20125C; }

 p { color: rgb(32,18,92); }

 H1.HeaderClassName
 {
   color: #20125C;
 }
 .AnyTagClassName
 {
   color: #20125C;
 }
</style>

background-color css

<style>
 a { background-color: #20125C; }

 a { background-color: rgb(32,18,92); }

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

border-color css

<style>
 span { border-color: #20125C; }

 span { border-color: rgb(32,18,92); }

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