Html Css Color HEX #20125E Paua

📋 copy color: '#20125E'

red 32 ◦ green 18 ◦ blue 94

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

Shades of Paua #20125E

Tints of Paua #20125E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 65.28%

R = 22.22%
G = 12.5%
B = 65.28%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20125E (or 0x20125E) is known color: Paua. HEX triplet: 20, 12 and 5E. RGB value is (32,18,94). Sum of RGB (Red+Green+Blue) = 32+18+94=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 94 (37.11% from 255 or 65.28% from 144); Max value from RGB is 94 - color contains mainly: blue. Hex color #20125E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20125E is #DFEDA1. Grayscale: #1E1E1E. Windows color (decimal): -14675362 or 6165024. OLE color: 6165024.

HSL color Cylindrical-coordinate representation of color #20125E: hue angle of 251.05º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20125E is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 18 94 -
CMYK 0.66 0.81 0 0.63
HSL 251.05º 0.68% 0.22% -
HSV(B) 251.05º 0.81% 0.37% -
XYZ 2.83 1.55 10.74 -
YUV 30.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 32 18 94 0.66 0.81 0 0.63 251.05 0.68 0.22
Hex 20 12 5E 42 51 0 3F FB 44 16
Octal 40 22 136 102 121 0 77 373 104 26
Binary 100000 10010 1011110 1000010 1010001 0 111111 11111011 1000100 10110

Color Harmonies of #20125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20125E

Black with #20125E

Text Example


Text Example

White with #20125E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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